Objects In Javascript and its methods
Objects are important data structures in JavaScript. This is partly because arrays are objects in JavaScript, and you'll use them all the time.
What is a JavaScript Object?
Objects let you group related data together and split code into logical piece...
navdeep167.hashnode.dev2 min read