How Variables, declared with var, let and const behave in JavaScript?
A variable is a container for a value, like a number we might use in a sum or a string that we might use as part of a sentence.
First, discuss a few terms related to the topic:
*Keywords in JavaScript are a set of reserved words that cannot be used a...
nirmallyakoner.hashnode.dev9 min read