Taking about the var keyword!๐
What are Keywords?
what are keywords to begin with? from my last write-up we know that Keywords are reserved words that are part of the syntax in the programming language.
for example
var a = 'hello';
Here, var is a keyword that denotes that a is a ...
abrahamelebute.hashnode.dev2 min read