De-structuring Assignment
Introduction
De-structuring is a special syntax that allows us to unpack arrays or objects into a bunch of variables, as sometimes that is more convenient.
De-structuring allows us to copy the array/object values into variables without modifying the ...
nikhilkumarpatra47.hashnode.dev4 min read