We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db30f7e commit 20a09e1Copy full SHA for 20a09e1
1 file changed
1-js/99-js-misc/01-proxy/article.md
@@ -8,7 +8,7 @@
8
Синтаксис:
9
10
```js
11
-let proxy = new Proxy(target, handler)
+let proxy = new Proxy(target, handler);
12
```
13
14
- `target` -- это объект, для которого нужно сделать прокси, может быть чем угодно, включая функции.
0 commit comments