Software Engineer working with Node and React.
Destructuring Destructuring is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. (https://dev.to/sarah_chima/destructuring-assignment---arrays-16f) Rather than getting a ...
Welcome to JS Bits Hello everyone, welcome to the first post on my new series JS Bits where I explain and also show you use cases where you can use them. Array Methods Array.prototype.find(callback) Takes a callback function that returns the value o...