what is the data type concepts of JavaScript?
Answers
Answered by
2
Answer:
In programming, data types is an important concept.
To be able to operate on variables, it is important to know something about the type.
Without data types, a computer cannot safely solve this:
var x = 16 + "Volvo";
Answered by
0
It also define two trivial data types, null undefined , each of which define only a single value.
Attachments:
Similar questions
English,
5 months ago
English,
5 months ago
Math,
10 months ago
India Languages,
10 months ago
Math,
1 year ago