Skip to content

Instantly share code, notes, and snippets.

@ronaldxs
Created July 27, 2017 13:31
Show Gist options
  • Save ronaldxs/10f3794b7fccde9a1914c5cde72c5e8e to your computer and use it in GitHub Desktop.
Save ronaldxs/10f3794b7fccde9a1914c5cde72c5e8e to your computer and use it in GitHub Desktop.
y = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
x=''
for (i = 0; i < 100000; i++) {
x += y
}
console.log(x.length)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment