Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Last active January 18, 2022 10:39
Show Gist options
  • Save sandrabosk/a748ce18ac0ff8469d938d8224d7acb7 to your computer and use it in GitHub Desktop.
Save sandrabosk/a748ce18ac0ff8469d938d8224d7acb7 to your computer and use it in GitHub Desktop.
  1. Create a function that accepts 3 numbers as parameters, and returs their sum.
  2. 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'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment