Which is best place to write a variable for JavaScript?
A lot of features given by ES6(ES2015). And good things are many developers use features for solving real-life problem-solving. But beginner and many developers forget to use and make complex programs or applications. Today we are going to cover the difference between let, var, and const.

Basically variable is based on scope, use, and hoisting. now let’s take deep dive into understand variables.

#javascript #let #var #const

What is difference between let, var and const variable?
1.90 GEEK