Skip to content

Instantly share code, notes, and snippets.

@nainglinaung
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nainglinaung/6df799384fc71a2328af to your computer and use it in GitHub Desktop.
Save nainglinaung/6df799384fc71a2328af to your computer and use it in GitHub Desktop.
var input = process.argv[2];
var DayDict = {'sun':6,'mon':15,'tue':8,'wed':17,'thu':19,'fri':21,'yar':12};
console.log((input in DayDict)? DayDict[input]*3-3:'invalid input');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment