JavaScript Proxy : Object
The Proxy allows you to wrap an Object (called the
target
) and modify the behavior of that Object.
Constructors
Creates a new Proxy for the target
where handler
allows you to modify the behavior
of target
.
Example:
RunResults:
Copyright © PUBLIC Contributors