Friday, August 18, 2017

How many different data types?

In JavaScript there are 5 different data types that can contain values:
  • string
  • number
  • boolean
  • object
  • function