JavaScript: Scope
Emmanuel Henri
41:28
Description
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.
More details
User Reviews
Rating
Emmanuel Henri
Instructor's Courses
Linkedin Learning
View courses Linkedin Learning- language english
- Training sessions 18
- duration 41:28
- Release Date 2022/12/28