Within an object method, what does the keyword
this
refer to?
The object containing the method
The method itself
The code
The object's properties
The object containing the method.