Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Created March 31, 2016 15:14
Show Gist options
  • Select an option

  • Save Tim-Machine/5609d6e6fe96c97117bcc299a6db04b4 to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/5609d6e6fe96c97117bcc299a6db04b4 to your computer and use it in GitHub Desktop.
i = 0
while (i < 0){
console.log({})
}
// this crashes the browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment