Skip to content

Instantly share code, notes, and snippets.

@userhooke
Last active December 13, 2019 09:07
Show Gist options
  • Save userhooke/28aa10c4ff49682fd93a893cea224e03 to your computer and use it in GitHub Desktop.
Save userhooke/28aa10c4ff49682fd93a893cea224e03 to your computer and use it in GitHub Desktop.
function isEven(n) {
return n % 2 === 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment