Posts by Adryell Andrade • 33 points
1 post
-
3
votes2
answers88
viewsQ: I cannot invoke a Setter or getter in Javascript
I was doing some object orientation exercises and in the solution the teacher used set and get. I realized that even if I do it like the teacher, it doesn’t work. I can solve it without get and set,…