Methods to create Objects in JavaScript
In JavaScript 'Object' is a data type which is used to store data in the form of key and values.So, there are four methods to create objects:1) Object literals2) Function constructor3) Using ES6 class4) By using Object.create() methodI want to tell y...
vasudhawankhade.hashnode.dev3 min read