Local variables are masking our Instance Variables.
Your mission: Target the correct scope to fulfill the instruction.
If the names collide, you MUST use the this keyword to reach the instance.
If the names are unique, the Local reference is sufficient (or 'this' is redundant but valid).
Watch the instruction carefully. sometimes we WANT to update the local variable.