JavaScript BASICS Part 4 : Declaring Javascript Variables var, let, const
2019-11-19
In this post we are going to focus on JavaScript Variables and their syntax. Variables are concept that exist in every programming language out there, and the basic concept is always the same. A variable is a container that has a name on it, and inside in that container weRead More →