3 Ways to declare variables in JavaScript: var, let, and const explained
At the time of writing this article there are only two popular ways of declaring variables in JavaScript: let and const, poor var is long lost in the darkness of misunderstood principles.
The idea behind writing this article is to try and clear up t...
blog.theanshuman.dev2 min read