javascripttypes

What are JavaScript Data Types?


What are JavaScript Data Types?


Solution

  • There's

    Note that there isn't a separate Integer, just number - which is represented as a double precision floating point number.

    There's also

    all of which are Objects deep down, but with enough special wiring to be mentioned on their own.