JS Bits - Destructuring arrays in JavaScript!
2021-05-20Destructuring is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables!
I live and work in Milan, Italy. I've been doing full-stack work all my career. Currently I'm working at Klarna doing cool stuff with Typescript, Next, Java, Terraform and many more..
Destructuring is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables!
Hello everyone, welcome to the first post on my new series JS Bits where I explain and also show you use cases!