What are primitive data types in JavaScript?
Answers
Answered by
0
Byte
Short
Integer
Long
Float
Double
Character
Boolean
Answered by
0
Answer:
The data types, which are independent of any other type, are known as Primitive data types. These types are also called Basic Data Types like int, long, float, double and so on.
Primitive data types are pre-defined or built-in data types because the system developers of Java have defined them.
Similar questions