Finders Keepers - JavaScript Solution & Walkthrough
09/16 Finders Keepers
Create a function that looks through an array arr and
returns the first element in it that passes a 'truth test'.
This means that given an element x, the 'truth test' is
passed if func(x) is true. If no element passes the te...
benjaminsemah.hashnode.dev2 min read