Plone Gatsby Blog
Blog made with Plone + Gatsby

Javascript: Types

Published on October 15th, 2019

Types in Javascript

There are only 6 defined types in JavaScript

  • boolean
  • number
  • string
  • null
  • undefined
  • object

Arrays are just Objects and not a type.