Created
February 26, 2018 03:19
-
-
Save lucasdu4rte/3d747c602e9723c7ab892798f39d8ac6 to your computer and use it in GitHub Desktop.
função verifica se é impar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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