Concept Flow - this in objects
Object created
Method called on object
Inside method: 'this' refers to object
Access or modify object properties using 'this'
Method returns or finishes
When a method is called on an object, 'this' inside the method points to that object, letting you access or change its properties.