let vs const in javascript;
Having learned why it's a bad idea to use var in javascript from this extensive article, this article focuses on the two alternatives introduced from es6 and later javascript versions namely let and const.
Let and const are the best alternatives to...
cyruscodes.hashnode.dev17 min read