#variable-declaration
Read more stories on Hashnode
Articles with this tag
These keywords are used to declare the variable in javascript. before ES6 we could declare variables by using only the var keyword but in ES6 let and...