Hacker News new | ask | show | jobs
by benjamindc 4133 days ago
It's an IFFE (Immediately-Invoked Function Expression). The goal is to perform the feature test (the availability of Array.from in this case) just once instead of for every function call.