Loading lesson path
Using Object.assign() Using Object.create() Using Object.fromEntries()
When used in an object method, this refers to the object.
Object.entries(object) Object.keys(object) Object.values(object) Object.groupBy(object, callback)
Get & Set Getters and setters allow you to define Object Accessors (Computed Properties).