Skip to content

Instantly share code, notes, and snippets.

@savetheclocktower
Created February 18, 2010 21:37
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 savetheclocktower/308096 to your computer and use it in GitHub Desktop.
Save savetheclocktower/308096 to your computer and use it in GitHub Desktop.
(function() {
window.setTimeout(wtf, 0);
function wtf() {
alert("wtf");
}
})();
//-> Error: "wtf" is not defined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment