Skip to content

Instantly share code, notes, and snippets.

@davidsharp
Created October 19, 2016 13:57
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 davidsharp/ce6ca4cf852e984a84b320aa8f486b29 to your computer and use it in GitHub Desktop.
Save davidsharp/ce6ca4cf852e984a84b320aa8f486b29 to your computer and use it in GitHub Desktop.
For asking the important questions
//Usage: woodchuck('wood','chuck'), if your 'woodchuck' word is 2 words or hyphenated, use that as the third argument
const woodchuck=(wood,chuck,separator='')=>(`How much ${wood} would a ${wood+separator+chuck} ${chuck} if a ${wood+separator+chuck} could ${chuck} ${wood}?`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment