Skip to content

Instantly share code, notes, and snippets.

@jasonadkison
Last active October 10, 2019 16:00
Show Gist options
  • Save jasonadkison/e08f6602cb8fc28fd8442346ac5e7309 to your computer and use it in GitHub Desktop.
Save jasonadkison/e08f6602cb8fc28fd8442346ac5e7309 to your computer and use it in GitHub Desktop.
undefined.js
function throwIt() {
callSomeUndefinedFunction();
}
alert();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment