Created
August 30, 2017 16:19
-
-
Save tomhazledine/a8f3dba4e74d06ca465d4c19d1c31819 to your computer and use it in GitHub Desktop.
Instructions for proper conduct at the party
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
let now = Date.now() / 1000; | |
if ( now > 1504051200 && now < 1504137599) { | |
steve.work = false; | |
steve.beers++; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment