In this tutorial, you will learn about the JavaScript data types and their unique characteristics.

JavaScript has two types of data types:
Primitive Data Types in JavaScript

  1. null
  2. undefined
  3. boolean
  4. number
  5. string
  6. symbol

Non-primitive Data Types in JavaScript

  1. object
  2. array
  3. function

#javascript

JavaScript Data Types Examples
1.25 GEEK