Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 400 Bytes

File metadata and controls

24 lines (20 loc) · 400 Bytes

Types

There are two categories of data types - 1. Primitive Data Types. 2. Non Primitive Data Types.

Primitive Data Types :-

A Primitive data types dont have any methods or properties

  • Undefined
  • String
  • Number
  • Boolean
  • Bigint
  • Null
  • Symbol
  • Infinity

Non Primitive Data Types :-

  • Object
  • Array
  • Functions

For More Information Click Below :-

Types