You are viewing a single comment's thread. Return to all comments →
javascript solution
function introTutorial(V, arr) { return arr.indexOf(V) }
Intro to Tutorial Challenges
You are viewing a single comment's thread. Return to all comments →
javascript solution
function introTutorial(V, arr) { return arr.indexOf(V) }