We learned that the var this is sometimes optional and sometimes required.
For clarity, it is suggested to use the variable this in most cases. Explicitly using the variable is also consistent with other popular object languages like JavaScript and Python, so using it will help develop the practice.
It is coder's choice -- this is simply a recommendation.