What is the concept of Data Types in JavaScript?
Answers
Answered by
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
Math,
6 months ago
Science,
6 months ago
Computer Science,
1 year ago
Geography,
1 year ago
Math,
1 year ago