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!
