Computer Science, asked by bldgsydinsp91511, 1 year ago

What are primitive data types in JavaScript?

Answers

Answered by jaguar12012004
0

Byte

Short

Integer

Long

Float

Double

Character

Boolean

Answered by cyrusbishop
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