Skip to content

Instantly share code, notes, and snippets.

@allpwrfulroot
Last active May 3, 2017 15:16
Show Gist options
  • Save allpwrfulroot/fdfc1767a415d34cb5e85b8dde5a2d7f to your computer and use it in GitHub Desktop.
Save allpwrfulroot/fdfc1767a415d34cb5e85b8dde5a2d7f to your computer and use it in GitHub Desktop.
var workdays = {
sunday: false,
monday: true,
tuesday: true,
wednesday: true,
thursday: true,
friday: true,
saturday: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment