Skip to content

Instantly share code, notes, and snippets.

@formula1
Last active March 26, 2017 19:15
Show Gist options
  • Save formula1/5d11c5aa33e8f9c90c8f to your computer and use it in GitHub Desktop.
Save formula1/5d11c5aa33e8f9c90c8f to your computer and use it in GitHub Desktop.
Example
// Title: while decrement
while(l--);
// Title: for increment
for(var i=0;i<l;i++);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment