Computer Science, asked by acharyashyam, 11 months ago

what is a variable?list different types of variable in js​

Answers

Answered by helpinghand65
0

Answer:

variable are alphabets in mathematics .

some eg; (2+a) ,b-2

Answered by Anonymous
3

{\huge {\underline {\mathcal {\red {Answer}}}}}

✒Variable means anything that can vary. JavaScript includes variables which hold the data value and it can be changed anytime.

✒There are three types of variable in java :-

  • Local variable
  • Instance variable
  • Static variable

_________________________

Similar questions