Introduction to JavaScript Variables and their Scope.
What is a variable?
A variable is a named piece of a memory location. By adhering to certain specific naming conventions which a variable should follow, we can access that memory location using that name anywhere in our program.
Now, the main questi...
redjoe0608.hashnode.dev11 min read