Skip to content

Instantly share code, notes, and snippets.

@jdalton
Created September 25, 2014 20:49
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 jdalton/9d7fd069b2b62d883a38 to your computer and use it in GitHub Desktop.
Save jdalton/9d7fd069b2b62d883a38 to your computer and use it in GitHub Desktop.
// Performs only the lower and upper bound checks
var i = -1;
array[++i] = 0;
array[++i] = 1;
array[++i] = 2;
array[++i] = 3;
array[++i] = 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment