Go back to...
Description
In this tutorial, you will be learning about the property decorator.
The property decorator allows us to define Class methods that we can access like attributes. This allows us to implement getters, setters, and deleters.