Intro to Tutorial Challenges

  • + 0 comments
    function introTutorial(V, arr) {
        return arr.findIndex(element => element === V);
    }