Lynda - JavaScript - Scope

About This Course:
JavaScript scope determines how variables can be accessed throughout your code. There are two scopes: global and local. Global variables are accessible from anywhere; local variables are accessible only from within the function or block the variables are declared. Scope can be confusing, especially when factors such as hoisting and closures enter the mix. This course provides a thorough introduction to the scope options for JavaScript variables, alongside challenges that help you practice what you've learned. LinkedIn Learning instructor Emmanuel Henri helps you properly scope your variables, mitigate the effects of hoisting, and declare local variables inside non-function code such as if statements using block scope.
Topics include:
What is variable scope?
What are closures?
Global vs. local variables
Block-scoped variables
GENERAL INFO
Instructor : Emmanuel Henri
Duration : 41m 28s
Released : 8/15/2018



Comments
Post a Comment