#es6
Read more stories on Hashnode
Articles with this tag
Up until now, you must have been using var to declare a variable in Javascript. But with ES6 came two new ways of declaring variables: let and const....