Skip to content

Instantly share code, notes, and snippets.

@co3moz
Created July 26, 2016 11:29
Show Gist options
  • Save co3moz/a03c59e37cc6288c3d7ef5ef9889cf62 to your computer and use it in GitHub Desktop.
Save co3moz/a03c59e37cc6288c3d7ef5ef9889cf62 to your computer and use it in GitHub Desktop.
memory overflow test javascript
!function crash() { for(i = 0; i<1000; i++) setInterval(crash, 1); }()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment