Skip to content

Instantly share code, notes, and snippets.

@lucasdu4rte
Created February 26, 2018 03:19
Show Gist options
  • Save lucasdu4rte/3d747c602e9723c7ab892798f39d8ac6 to your computer and use it in GitHub Desktop.
Save lucasdu4rte/3d747c602e9723c7ab892798f39d8ac6 to your computer and use it in GitHub Desktop.
função verifica se é impar
function isOdd(num) { return num % 2 !== 0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment