about | help | code help+videos | done | prefs |
vowelIndexes
Given a string, return the index of all vowels (A, E, I, O, or U) as a single number. Return -1 if there is no vowel in the given string vowelIndexes("abc") → 0 vowelIndexes("YeS") → 1 vowelIndexes("wwwww job e") → 710 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 120
Copyright Nick Parlante 2017 - privacy