'this' is a keyword that refers to the current execution context, not an operator. The new operator creates object instances, delete removes properties, and typeof returns a string indicating the operand's type. These are all JavaScript operators, but 'this' is a contextual keyword.