Concept Flow - Array search functions
Start with array and search value
Choose search function
Function checks each element
Match found
Return key/index
End
The search function checks each element in the array for a match and returns the key/index if found, otherwise returns false.