- 5
What is variable in js
2 Respostas
+ 2
A space in memory where you can store information. There are different types of variables, like numeric, strings, arrays..
+ 1
Precision:
A variable is an association of a space memory and an identifier to handle it's content. ( and also, obviously, the type of tje value stored ^^ )