Basic JavaScript Concepts.
What is the difference between words and Keywords in JavaScript?
Word.
Anything that doesn't have a particular meaning in JavaScript is called a word.
For example.
my_Name, my_Age, my_Gender, num, x, y, z, a, b ,c
They all are words π
Keyword.
Key...
muhammadshakir.hashnode.dev6 min read