sudheerj / javascript-interview-questions

List of 1000 JavaScript Interview Questions
24.41k stars 6.92k forks source link

Update README.md #288

Closed rakNeoQOWS101 closed 4 months ago

rakNeoQOWS101 commented 4 months ago

For question,

  1. Can I add getters and setters using defineProperty method.

The console.log statements would print undefined, as we are not returning the this.counter in the getters.

rakNeoQOWS101 commented 4 months ago

@sudheerj : Please review.

sudheerj commented 4 months ago

@rakNeoQOWS101 Thanks for PR