#let-in-javascript
Read more stories on Hashnode
Articles with this tag
In ES5, we used to declare a variable using var. ES6 provides a new way of declaring a variable by using the let keyword. But there are some...