While accessing ```js sound.volume = 5; console.log(sound.volume); ``` works. It doesn't feel as good as accessing something like ```js sound.setVolume(5); console.log(sound.getVolume()); ```` I propose we make API to help augment these getters/setters.
While accessing
works.
It doesn't feel as good as accessing something like
I propose we make API to help augment these getters/setters.