❔ Listening for object properties changed
let's say i have a object:
i would like to attach an event listener automatically for its all properties so if i do
foo.Counter++;
some method will invoked without manually adding code to every property
i would like to attach an event listener automatically for its all properties so if i do
foo.Counter++;
some method will invoked without manually adding code to every property