Variables & Types: The First Principles of JavaScript
What is Variable?
First, you need to understand what a variable is in computer science. In simple words a variable is an identifier that references a value stored in memory.
Example, the image below s
blogs.satpal.cloud10 min read