This commit is contained in:
Ilya Kantor 2020-02-19 00:01:22 +00:00
parent 233b0bd02b
commit cedd3ed9ad

View file

@ -4,6 +4,8 @@ A `Proxy` object wraps another object and intercepts operations, like reading/wr
Proxies are used in many libraries and some browser frameworks. We'll see many practical applications in this article.
## Proxy
The syntax:
```js