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
World Languages,
6 months ago
Math,
6 months ago
Math,
11 months ago
India Languages,
11 months ago
Math,
1 year ago