Javascript
Javascript Object Literal and Object Constructor Fundamentals
Reading Time: 3 minutesIf we try to understand Javascript objects in a simple way, we can say it is a collection of properties(used to keep the state of the object) and methods(that give an object behavior). – Head First Javascript Programming I am writing this post for my reference. I found Head First Read more…