Module 36 Practice
Video 36-1 Module introduction Different way to Create Object
Video 36-2 Object method access and set property values
Video 36-3 Keys, values, entries, delete, seal, freeze
Video 36-4 Loop through an object using for in, for of, object entries
Video 36-5 (advanced) Compare objects, referential integrity
Video 36-6 (optional) Borrow method from object and use it on another object
Video 36-7 (super advanced) Understand this keyword in JavaScript
Video 36-8 Module summary and checklist
Way to create object: 1. Object literal syntax, 2. Object constructor, 3. Constructor Function, 4. Es6 classes & 5. Object.create()