JavaScript Fundamentals: Variables
Storing values that you can later reference is one of programmings most basic and fundamental concepts.
In JavaScript these named containers are called variables. Variables can be declared by using three different reserved keywords: var, let or const...
frontenddude.hashnode.dev4 min read
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
The differences of var and let are, I would prefer some simple example to help the reader. But this was a fantastic article.