Javascript
100 Front End Interview Questions Challenge

Data Types

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

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