← Code LabJavaScript0/50 solved · 0%
Array methods · easy

14. find & includes

Search a list.

Write `byHash(txs, hash)` returning the matching tx or `undefined`.
Required in your answer: .find(