Challenge 2: Search First Occurrence of a Number
Given an array, find the first occurrence of the target number.
We'll cover the following...
Problem Statement
Implement a function that takes an array arr ...
Given an array, find the first occurrence of the target number.
Implement a function that takes an array arr ...