Javascript
100 Front End Interview Questions Challenge

Data Types

Outline

Primitive Data Types:

  • boolean: true or false.
  • number: integers and floating point numbers.
  • null: empty value that is user assigned.
  • undefined: has no value.
  • string

Complex Data Types:

  • Objects
  • Useful Data Structures that are recognized as object, but very important to know separately:
    • Arrays
    • Maps
    • Sets
 

I finished! On to the next chapter