1. Computing & Technology

This

From , former About.com Guide

See More About:
Definition: this is a quick way of referencing the current object. It allows the same code to be reused on multiple objects where the object that is being referenced is determined based on which one currently has the focus. This is a reserved word and cannot be used for anything other than referencing the current object.
Examples:
this.left = 50;

©2012 About.com. All rights reserved.

A part of The New York Times Company.