Skip to content

Instantly share code, notes, and snippets.

@WaldoJeffers
Last active May 26, 2018 14:54
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 WaldoJeffers/57dcdc31f077652404ccf35801efe148 to your computer and use it in GitHub Desktop.
Save WaldoJeffers/57dcdc31f077652404ccf35801efe148 to your computer and use it in GitHub Desktop.
const numbers = [3, 1, 4]
const isEven = x => Promise.resolve(x => x % 2 === 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment