Computer Science, asked by dhruvshandilya9865, 1 year ago

What is the concept of Data Types in JavaScript?

Answers

Answered by theyashsehgal
0

In JavaScript there are two different kinds of data: primitives, and objects. A primitive is simply a data type that is not an object, and has no methods.

In JS, there are six primitive data types:

Boolean

Number

String

Null

Undefined

Symbol

Similar questions