nathandemick.com

Here's your obfuscated Javascript for the day

function startsWithVowel(word) {
  return ['a', 'e', 'i', 'o', 'u'].indexOf(word[0]) != -1;
}

· 0 comments


Comments