Find the 0-based indices of vowels. For example, Hello World returns 1,4,7. Any letter that is an a, e, i, o or u (Lower or Upper Case) is a vowel.
User Stories
As a user, if I enter Hello World in the input field, I expect the indices to return 1,4,7
As a user, if the text does not have any vowels, I expect the result to be No vowels.
Technologies include HTML5, CSS3, JavaScript, Bootstrap 5.3.2 and jQuery 3.7.1.
Live Project at https://derektypist.github.io/indices-of-vowels
GitHub Repository at https://www.github.com/derektypist/indices-of-vowels
Download
0 formats
No download links available.
Indices of Vowels - HTML5/CSS3/JavaScript | NatokHD