Previously in #62. > ```js > [1, 2, 3, 4].find(4) > // pred is not a function at Line 278: in (anonymous function) > > ``` > This should be fixed with a dyn type check.
Previously in #62.