###### Table of Contents
- [[]]
- [[]]
- [[]]
- [[]]
### Getters
In JavaScript a getter method is a special method for when you want to have a property that has a dynamic or computed value. The value of the property is computed in the getter method. And even though it's not stored or attached to the object it can be accessed just like a regular property.
### Setters
#### More info
[Some website](https://test.com)
___
**Tags**: