Created
December 26, 2014 09:07
-
-
Save pburtchaell/6b2100438bb04c20dddc to your computer and use it in GitHub Desktop.
π
This file contains 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
var sleep, caffeineLvl; | |
if (caffeineLvl === 50) { | |
sleep = 'unlikely'; | |
} else if (caffeineLvl === 100) { | |
sleep = false; | |
delete sleep; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment