Intro to Tutorial Challenges

  • + 0 comments

    javascript solution

    function introTutorial(V, arr) { return arr.indexOf(V) }