Within an object method, what does the keyword this refer to?

The object containing the methodThe method itselfThe codeThe object's properties

The object containing the method.