...

/

Challenge 2: Search the First Occurrence of a Number

Challenge 2: Search the First Occurrence of a Number

Given an array, find the first occurrence of a given target number.

Problem Statement

Implement a function that takes an array arr, a ...