Last active
March 23, 2017 12:40
-
-
Save Reinoptland/d6a4bb714baaf70e52a7101bc088cfb0 to your computer and use it in GitHub Desktop.
I can do anything!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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