This commit is contained in:
Ilya Kantor 2019-09-02 23:43:51 +03:00
parent c01347aa2e
commit b2cedf7b0a
2 changed files with 11 additions and 6 deletions

View file

@ -497,7 +497,7 @@ alert(50 in range); // false
A nice syntactic sugar, isn't it? And very simple to implement.
## Wrapping functions: "apply"
## Wrapping functions: "apply" [#proxy-apply]
We can wrap a proxy around a function as well.