Intro Imagine the following, relatively common scenario: I have an array which I need to pick specific items out of and transform into a new…
Time to read: 7 minutes
TL;DR If ever you need to filter an array and take just the first result, use instead of . It saves some code and needless processing…
Time to read: 7 minutes