Advanced JavaScript Flashcards
1
Q
Hoisting
A
JavaScript’s default behavior to move all declarations to the top of the scope
i.e. a variable can be defined after it’s declared
Web Development- Codecademy > Advanced JavaScript > Flashcards
Hoisting
JavaScript’s default behavior to move all declarations to the top of the scope
i.e. a variable can be defined after it’s declared