## Q. 1 `What do you mean by variable in javascript` ? # ☝ `How we declare that && Keywords` ?? # Variables is the name given to a memory that holds or stores a value. Means When we define a variable, ...
Variables hold a wide variety of information temporarily. The JavaScript data types that can be stored in a variable include: JavaScript variables can hold a few other kinds of data, but these are by ...
At the base of every programming language are the data types the language supports. JavaScript has 6 primitive data types consisting of strings, numbers, booleans, null, undefined, and symbol ...