Even or odd

Our challenge today is called "even or odd", we are going to create a function that will take an int...




Reverse a string

Our coding challenge today is called "reverse a string". We are going to create a function that will...




The function is not returning the correct value, can you figure out why?

Today our coding challenge will let us figure out what is wrong with the code. below we have a funct...




How many vowels in a string

Our challenge today is called return the number of vowels in a given string. For this challenge we ...