Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 572 Bytes

File metadata and controls

8 lines (5 loc) · 572 Bytes

Scope and Context

This lesson will cover two concepts commonly covered in interview questions: Scope and Context. Why is that so? Because these are some of Javascript's most unique and nuanced features.

This lesson is going to feel more conceptual than previous ones and will make use of examples that may seem a bit contrived. Just know that these are for demonstration purposes. What's important is that, by the class' end, you can provide a definition for these concepts and support them with examples.

Part I: Scope

Part II: Context