Skip to content

Instantly share code, notes, and snippets.

@Reinoptland
Last active March 23, 2017 12:40
Show Gist options
  • Select an option

  • Save Reinoptland/d6a4bb714baaf70e52a7101bc088cfb0 to your computer and use it in GitHub Desktop.

Select an option

Save Reinoptland/d6a4bb714baaf70e52a7101bc088cfb0 to your computer and use it in GitHub Desktop.
I can do anything!
function doIt(anything, time) {
anything.progress++;
time--;
if (anything.progress === done) celebrate();
if (time) doIt(anything, time);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment