What code gets the value of an object's property color from within the object's method getColor?
color
getColor
this.color
that.color
object.color
Make sure to pick this.color.