Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 305 Bytes

File metadata and controls

6 lines (5 loc) · 305 Bytes

Data Types and Variables

  1. Assign all the possible JavaScript literals to different variables.
  • Create a string variable with quoted text in it. For example: 'How you doin'?', Joey said.
  • Try typeof on all variables you created.
  • Create null, undefined variables and try typeof on them.