Here's your obfuscated Javascript for the day function startsWithVowel(word) { return ['a', 'e', 'i', 'o', 'u'].indexOf(word[0]) != -1; } 1302202440 · 0 comments Comments Please enable JavaScript to view comments (sorry).
Comments