Digital Office
Office that is digital? Surely, you must be joking!
To further illustrate how callback ‘this’ will point to the invoking object or function, now we are going to call our callback as a method defined on an object. This is an unlikely scenario in actual JavaScript programming, but a useful example nonetheless that ‘this’ binding works the same way when the callback happens to occur inside an object.