let…const…var
let. const. var. These are the three different ways to declare JavaScript variables. The how, when, and why to use each of these is what I'll try to cover in this article.
Now before ES2015 (ES6), there was only one way to define variables; using the...
lucianamurimi.hashnode.dev3 min read
Rhoda Ivioje
Frontend Developer
Simple and concise. Thanks a lot for this.