js

Creating Objects on JS

There are few interesting ways to create Objects on JS Creating Objects on JS Constructor function (classical inheritance pattern)

Literal notation (prototypal inheritance pattern)

Object-Based (ES5)

DEFINING Methods and Properties: Constructor Way

Literal Way

Object-basedRead more…