DEV Community

Arul .A
Arul .A

Posted on

What are the Javascript Data Types?

It has two types.

  1. primitive data type
  2. non primitive data type

1.Primitive data type:
⦁ String
⦁ Number
⦁ Bigint
⦁ Boolean
⦁ undefined
⦁ Null
⦁ Symbol
 
2.non primitive data type:
⦁ object

Top comments (0)