#javascript
Read more stories on Hashnode
Articles with this tag
There are 3 ways to declare a variable in Javascript: using one of the keywords var, const or let. Prior to ES6, var used to be the only way to...