#ecmascript
Read more stories on Hashnode
Articles with this tag
Let's learn about let and const variables Before ES6, the only way you can create a variable in javascript was by using the var keyword: var x =...