what is a variable?list different types of variable in js
Answers
Answered by
0
Answer:
variable are alphabets in mathematics .
some eg; (2+a) ,b-2
Answered by
3
✒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