Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created February 13, 2012 16:59
Show Gist options
  • Save lazywithclass/1818289 to your computer and use it in GitHub Desktop.
Save lazywithclass/1818289 to your computer and use it in GitHub Desktop.
Javascript quiz question 4
var y = 1, x = y = typeof x;
x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment