Question d’entretien chez Crossover for Work

What is hoisting?

Réponse à la question d'entretien

Utilisateur anonyme

14 févr. 2018

In JavaScript, variable declarations are executed through out the program before any code is executed. Therefore declaring a variable anywhere in the code is equivalent to declaring it at the beginning.