You have probably watched many different tutorials, and you may have noticed that some tutorials use var to declare variables while others use let or even const. It can get confusing quickly on what the differences are between the keywords, so in this video I am going to be explaining everything you need to know about var, let, and const. I will be going over their differences as well as explaining what situations you should use each keyword.

If you have any suggestions for a JavaScript topic, please let me know in the comments below.

Let vs Const vs Var Article:
https://blog.webdevsimplified.com/2020-01/var-vs-let-vs-const

Twitter:
https://twitter.com/DevSimplified

GitHub:
https://github.com/WebDevSimplified

CodePen:
https://codepen.io/WebDevSimplified


#VarVsLet #JavaScript #WebDevelopment