What are the data types supported by JavaScript?

JavaScript |

In this post we will discuss What are the data types supported by JavaScript?

The data types supported by JavaScript are:
  • Undefined
  • Null
  • Boolean
  • String
  • Symbol
  • Number
  • Object

What are the data types supported by JavaScript?