blog.sedat.devJS Bits - Destructuring arrays in JavaScript!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 ...Sep 19, 2020·3 min read
blog.sedat.devJS Bits - Array MethodsWelcome 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...Sep 16, 2020·3 min read