|
I have the function isVowel in a function library and need to create a new function called dropVowels and place this in the function library. I then need to call the isVowel function to create an alert box with a string with the vowels missing. I'm very confused!
|