I do love to use destructuring for most everything in my JS code-bases 🤓 But your article actually got me curious which one is actually faster 🤔
So I made a quick benchmark seems like they're pretty much on par, so I'll always go with the destructuring then 😍 - Hopefully the V8-team will increase the performance of this in the future though!