Skip to content

Instantly share code, notes, and snippets.

@chriscorwin
Last active July 19, 2017 14:18
Show Gist options
  • Save chriscorwin/5ac9b3181d278fa0c6366e798b1f7aeb to your computer and use it in GitHub Desktop.
Save chriscorwin/5ac9b3181d278fa0c6366e798b1f7aeb to your computer and use it in GitHub Desktop.
const year = today.getFullYear();
const month = today.getMonth();
const day = today.getDate();
const THE_HECKING_FUTURRRRRRRRE = new Date(year + 42, month, day);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment