We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233b0bd commit cedd3edCopy full SHA for cedd3ed
1-js/99-js-misc/01-proxy/article.md
@@ -4,6 +4,8 @@ A `Proxy` object wraps another object and intercepts operations, like reading/wr
4
5
Proxies are used in many libraries and some browser frameworks. We'll see many practical applications in this article.
6
7
+## Proxy
8
+
9
The syntax:
10
11
```js
0 commit comments