Skip to content

Commit fec8230

Browse files
committed
Update README.md
1 parent c08bf42 commit fec8230

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

translations/zh-CN/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88

99
### 概要
1010

11-
* [Pure functions](#pure-functions)
12-
* [Higher-order functions](#higher-order-functions)
13-
* [Recursion](#recursion)
11+
* [Pure functions](#纯函数式)
12+
* [Higher-order functions](#高阶函数)
13+
* [Recursion](#递归)
1414
* [Functor](#functor)
15-
* [Compose](#compose)
16-
* [Destructuring](#destructuring)
17-
* [Currying](#currying)
15+
* [Compose](#组合)
16+
* [Destructuring](#解构)
17+
* [Currying](#柯里化)
1818

1919
### 纯函数式
2020

2121
相同的参数返回相同的结果,它的执行不依赖于系统的状态
22+
2223
1) 非纯净的
2324

2425
```javascript

0 commit comments

Comments
 (0)