Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active December 29, 2018 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/a0261ec670ae6d49f344956b825c9627 to your computer and use it in GitHub Desktop.
Save dsibinski/a0261ec670ae6d49f344956b825c9627 to your computer and use it in GitHub Desktop.
var a = 1; // typeof a => number
a = true; // typeof a => boolean
a = 'Hello JS!'; // typeof a => string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment