Skip to content

Commit 1ca3c7a

Browse files
committed
Update currying.html
1 parent 1a18057 commit 1ca3c7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

function-patterns/currying.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<script>
99
/* Title: Currying
1010
Description: used to create new functions dynamically by partially applying a set of arguments
11+
in ECMAScript 5, you can use bind to implement curring.
1112
*/
1213

1314
/***

0 commit comments

Comments
 (0)