Skip to content

Instantly share code, notes, and snippets.

@olddustysocksunderthecouch
Last active May 6, 2018 16:49
Show Gist options
  • Save olddustysocksunderthecouch/0564224e162c7a97bb68c25f1751e965 to your computer and use it in GitHub Desktop.
Save olddustysocksunderthecouch/0564224e162c7a97bb68c25f1751e965 to your computer and use it in GitHub Desktop.
var x; // x is undefined
var x = 42; // Now x is a Number (or the meaning of life - Hitch Hikers Guide to the Galaxy)
var x = true; // Now x is a Boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment