DEV Community

Discussion on: One-way data binding in vanilla JS (POC)

Collapse
 
shivanisdev profile image
Shivani Sehdev

I could not find anywhere how this set(argument1, argument2, argument3) works.
When I search for set function in javascript it takes me SETS.
I want to know, how every object has that set() method associated with it.

Collapse
 
shivanisdev profile image
Shivani Sehdev

I found it actually
developer.mozilla.org/en-US/docs/W...
It is the Proxy Handler