Skip to content

Instantly share code, notes, and snippets.

@zekewell
Forked from anonymous/index.html
Last active September 26, 2015 20:42
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 zekewell/611416283ec6a690da76 to your computer and use it in GitHub Desktop.
Save zekewell/611416283ec6a690da76 to your computer and use it in GitHub Desktop.
Loops: while, for, for-inLoops: while, for, for-in// source http://jsbin.com/curize
/*
Be able to loop any number of times, forward counting up to some limit, backward counting down to 0
Loop over an Array, forwards and backwards
Loop over an Object, forwards and backwards ( hint: keys = Object.keys(myObject); )
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment