JavaScript Object and it’s method
JavaScript Objects
In JavaScript, an object is a data structure that can store data and methods. Objects are created using the Object() constructor or the object literal syntax.
Objects can have properties, which are named values that are stored in t...
tauseef123o.hashnode.dev2 min read