You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ? write a function that takes a string as input and returns the number of vowels in the string. Consider a, e, i, o, and u as vowels (Both upper and lower case).