#constructor-functions
Read more stories on Hashnode
Articles with this tag
Introduction In Javascript, there are multiple ways to create an object. Simply declare a variable & assign an object to it (a.k.a. Object Literal),...