Skip to content

Instantly share code, notes, and snippets.

@macouella
Last active March 11, 2018 08:42
Show Gist options
  • Save macouella/17b54252c6f11f9497162c79c9f3ccfb to your computer and use it in GitHub Desktop.
Save macouella/17b54252c6f11f9497162c79c9f3ccfb to your computer and use it in GitHub Desktop.
slow.js
for(var x = 0; x < 50000; x++){
console.log(x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment