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 6a24918 commit eb89f3cCopy full SHA for eb89f3c
1 file changed
README.md
@@ -21,6 +21,8 @@ const multiply = (x, y) => x * y;
21
console.log(multiply(5,10)) //50
22
```
23
24
+<a href="https://codepen.io/Bunlong/pen/QBgdJb" target="_blank">Edit on Codepen</a>
25
+
26
## Function Delegates
27
28
Function delegates encapsulate a method allowing functions to be composed or passed as data.
0 commit comments