about | help | code help+videos | done | prefs |
Return the index of the first word in the words array that begins with the parameter letter. If no words begin with letter, then return -1. arrayIndexOfStartingLetter(["jet", "golf", "hi", "golf", "kid"], "g") → 1 arrayIndexOfStartingLetter(["jet", "golf", "hi", "golf", "kid"], "j") → 0 arrayIndexOfStartingLetter(["tree", "goat"], "v") → -1 ...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: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy