Skip to content

Instantly share code, notes, and snippets.

@ChALkeR
Created May 18, 2016 20:49
Show Gist options
  • Save ChALkeR/0311f0df30599aec02941770f2b94473 to your computer and use it in GitHub Desktop.
Save ChALkeR/0311f0df30599aec02941770f2b94473 to your computer and use it in GitHub Desktop.
var s = Array(400 + 1).join('x');
for (var i = 0; i < 10000; i++) {
console.log('HelloHelloHelloHelloHelloHelelloHelloHelloHelloHelloHelloHello ' + i);
}
throw new Error(Array(100000 + 1).join('x') + '!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment