Computer Science, asked by sd991839, 1 day ago

The variable is a basic unit of storage in ajavascript program.
true or false​

Answers

Answered by mpictures10
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 singhraj182008
2

Answer:

The answer for this is true

Similar questions