Understanding Object.entries()
๐ The Object.entries() method is used to return a 2D array consisting of enumerable property [key, value] pairs of the object. It creates a pair of all of your object's properties and their respective values.
let's take a look at the syntax.
Objec...
rehansattar.hashnode.dev2 min read
HINA
Software Engineer to be.
Nice Article๐คฉ๐คฉ. The destructuring idea is really well๐ฅ๐ฅ.