Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 264 Bytes

typesvalues_and_scope.md

File metadata and controls

6 lines (2 loc) · 264 Bytes

Types, Values & Scope

This section will cover some of the more important concepts to keep in mind when working with Javascript's basic types, functions as first-class objects, and understanding the implications of Javascript's lexical scoping rules as well.