Loading lesson path
Learn Objects in the Right Order:
Objects are variables that can store both values and functions Objects are one of the most important concepts in JavaScript If you understand objects, you understand JavaScript
Properties can be changed, added and deleted
Methods are actions that can be performed on objects Method are functions stored as a property values
In JavaScript, the this keyword refers to an object It is used to access the object that is calling a method