JavaScript is required for SkillDojo AI to work properly. Please enable JavaScript and refresh the page.
Coding Practice
Coding Challenge · BEGINNER
Given a string, count the number of vowels present in it. Vowels are defined as 'a', 'e', 'i', 'o', 'u' in both lowercase and uppercase. Return the total count of vowels in the string.