JS Learning

Count Vowels

easy

Topic Overview

Take your time to understand each concept. Practice with the examples below!

Write a function that counts the number of vowels (a, e, i, o, u) in a string.

Ready to practice? Try the exercise below to reinforce your learning!

JAVASCRIPT Editor
Loading...