Computer Science, asked by dufn, 10 months ago

what is the data type concepts of JavaScript?​

Answers

Answered by Anonymous
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 kajal1016
0

It also define two trivial data types, null undefined , each of which define only a single value.

Attachments:
Similar questions