Question Bank
JavaScript Vowel Counting: Three Approaches Quiz
Difficulty: Medium
Count vowels in a string three different ways (loop + Set lookup, split + forEach, regex match) plus two companion drills on case sensitivity and big-O analysis.
Question Bank
Difficulty: Medium
Count vowels in a string three different ways (loop + Set lookup, split + forEach, regex match) plus two companion drills on case sensitivity and big-O analysis.