- Create a function that accepts 3 numbers as parameters, and returs their sum.
- Create a function named
isNameOddOrEven()
that accepts a string as a parameter. The function should return whether a received name has an odd or even number of letters. The expected return should be in the following format - string: ' has an even/odd number of letters'.
Last active
January 18, 2022 10:39
-
-
Save sandrabosk/a748ce18ac0ff8469d938d8224d7acb7 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment