Skip to content

Instantly share code, notes, and snippets.

@pburtchaell
Created December 26, 2014 09:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pburtchaell/6b2100438bb04c20dddc to your computer and use it in GitHub Desktop.
Save pburtchaell/6b2100438bb04c20dddc to your computer and use it in GitHub Desktop.
πŸ™…
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