DEV Community

Discussion on: Understanding let and const.

Collapse
 
astroparam profile image
Parmeshwar Patidar

Good explanation but what about Hoisting ? where variables declared with var are moved to the top of their scope before code execution. You should add it to give better understanding of var keyword.

Collapse
 
kamleshchavan profile image
Kamlesh Chavan

Hi Parmeshwar,
Thanks for reading. Hoisting concept I had planned to add it in another blog post. You can read in the below article. I will add the link of same it this post.

Thanks.