Advanced JavaScript Flashcards
(1 cards)
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
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