what are the three data type in javascript
Answers
Answered by
0
Explanation:
three primitive data types: numbers, strings of text (known as “strings”), and boolean truth values (known as “booleans”). JavaScript also defines two trivial data types, null and undefined, each of which defines only a single value.
mark this as branlist
Answered by
0
Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.
Non-primitive data types: The non-primitive data types include Classes, Interfaces, and Arrays.
Non-primitive data types: The non-primitive data types include Classes, Interfaces, and Arrays.
Similar questions