Skip to content

Instantly share code, notes, and snippets.

@tiefenb
Created November 6, 2012 20:56
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 tiefenb/4027480 to your computer and use it in GitHub Desktop.
Save tiefenb/4027480 to your computer and use it in GitHub Desktop.
sae kurs: datatypes #1
var nyan = new Object();
typeof nyan // object, logisch
var nyan = new Date();
typeof nyan // object, wtf?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment