javascripit Flashcards
1
Q
What is Hoisting
A
JavaScript Hoisting refers to the process whereby the interpreter appears to move the declaration of functions, variables, or classes to the top of their scope, prior to execution of the code.
2
Q
Ctrl + Shift + L
A
select all words that are the same