Created
March 31, 2016 15:14
-
-
Save Tim-Machine/5609d6e6fe96c97117bcc299a6db04b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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