Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created February 13, 2012 16:48
Show Gist options
  • Save lazywithclass/1818104 to your computer and use it in GitHub Desktop.
Save lazywithclass/1818104 to your computer and use it in GitHub Desktop.
Javascript quiz question 3
(function(x){
delete x;
return x;
})(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment