JavaScript Variable Hoisting Interview question, var initialised with undefined

Publié le: 25 septembre 2021
sur la chaîne: JavaScript Shorts
314
4

JavaScript Variable Hoisting Interview question with var initialised as undefined initially

Output: true

Explanation:
During the creation phase variable x initialised with var keyword is hoisted to the top and its value is set undefined
During the execution phase when the console statement is executed value of x is undefined and true is printed in console
Then var x is set to value 2

#interview_questions


Sur cette page du site, vous pouvez voir la vidéo en ligne JavaScript Variable Hoisting Interview question, var initialised with undefined durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur JavaScript Shorts 25 septembre 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 314 fois et il a aimé 4 téléspectateurs. Bon visionnage!