Works similarly to Array.find (es6). It takes hyper-array
and a function that called with each item. It returns a hyper-value that equals to the value
of the first element in the array that satisfies the provided testing function. If no item is found
returned hyper-value equals to null.
Works similarly to
Array.find
(es6). It takes hyper-array and a function that called with each item. It returns a hyper-value that equals to the value of the first element in the array that satisfies the provided testing function. If no item is found returned hyper-value equals tonull
.