Skip to content

Instantly share code, notes, and snippets.

@i80and
Created February 18, 2016 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i80and/94f3fe4fd5cf7f9baafd to your computer and use it in GitHub Desktop.
Save i80and/94f3fe4fd5cf7f9baafd to your computer and use it in GitHub Desktop.
'use strict';
let x = 0;
for(let i = 0; i < 10000000; i += 1) {
(function() {
x += 1;
})();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment