The variable is a basic unit of storage in ajavascript program.
true or false
Answers
Answered by
0
True
A variable can store any integer,string,boolean or float value easily.
Example:
let variable_string="Hello";
let variable_int=1;
let variable_boolean=true;
let variable_float=4.5;
Answered by
2
Answer:
The answer for this is true
Similar questions