I've read a lot about javascript getters/setters
and I am trying to find a good reason for using them instead of just using two methods in their place! Could someone give me a small and intuitive example through which their power will emerge and make me understand the usefulness of them?
No matter how much I searched I did not find such an example...