Variables
Variables are used to store values and data types. They work like containers to store something. Javascript is a dynamically typed language, that’s why Variables can have any data type. you don’t need to declare the data type before initialising the ...
paarthmane.hashnode.dev2 min read