There are two types of Datatypes in JavaScript, primitive and non-primitive. An object is non-primitive datatype. Nearly all objects in JavaScript are instances of Object; a typical object inherits properties (including methods) from Object.prototype...
sudhanshumodi.hashnode.dev12 min read
No responses yet.