JavaScript: Scope
Updated: April 29, 2024
Duration: 43m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 78 MB
Genre: eLearning | Language: English
Updated: April 29, 2024
Duration: 43m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 78 MB
Genre: eLearning | Language: English
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 Info