Skip to content

Commit

Permalink
Merge pull request #288 from rakNeoQOWS101/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sudheerj authored Jul 5, 2024
2 parents 8b2f086 + 3784428 commit adf2885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4183,11 +4183,13 @@
Object.defineProperty(obj, "increment", {
get: function () {
this.counter++;
return this.counter;
},
});
Object.defineProperty(obj, "decrement", {
get: function () {
this.counter--;
return this.counter;
},
});
Expand Down

0 comments on commit adf2885

Please sign in to comment.