Variable Keywords and Hoisting in JS - English

1499 visits



Outline:

Variable Keywords and Hoisting in JS Declaring variables using let and const Keywords Scope of let Keyword Scope of const Keyword Variable value Manipulations Usage of data types with let and const Lexical Scope Block Scope Functional Scope Hoisting