• This, That, and Another Thing

    Once you've started working with JavaScript objects, you'll quickly need to become very familiar with a special JavaScript variable: this. It's often thought of as referring to a specific instance of an object, but it may be better thought of as providing a context for executing a function.