Skip to content

Commit cedd3ed

Browse files
committed
closes #1742
1 parent 233b0bd commit cedd3ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1-js/99-js-misc/01-proxy/article.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A `Proxy` object wraps another object and intercepts operations, like reading/wr
44

55
Proxies are used in many libraries and some browser frameworks. We'll see many practical applications in this article.
66

7+
## Proxy
8+
79
The syntax:
810

911
```js

0 commit comments

Comments
 (0)