Concept Flow - Instance methods
Create Object Instance
Call Instance Method
Method Uses 'this' to Access Object Data
Method Returns or Modifies Data
End
An instance method is a function tied to an object instance that can access and modify that object's data using 'this'.