Skip to content

Instantly share code, notes, and snippets.

@gre
Last active December 10, 2015 22:49
Show Gist options
  • Save gre/4504986 to your computer and use it in GitHub Desktop.
Save gre/4504986 to your computer and use it in GitHub Desktop.
var n = 10000000000000000;
for (var i = n; i < n+9; i++) { console.log(i) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment