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 c08bf42 commit fec8230Copy full SHA for fec8230
translations/zh-CN/README.md
@@ -8,17 +8,18 @@
8
9
### 概要
10
11
-* [Pure functions](#pure-functions)
12
-* [Higher-order functions](#higher-order-functions)
13
-* [Recursion](#recursion)
+* [Pure functions](#纯函数式)
+* [Higher-order functions](#高阶函数)
+* [Recursion](#递归)
14
* [Functor](#functor)
15
-* [Compose](#compose)
16
-* [Destructuring](#destructuring)
17
-* [Currying](#currying)
+* [Compose](#组合)
+* [Destructuring](#解构)
+* [Currying](#柯里化)
18
19
### 纯函数式
20
21
相同的参数返回相同的结果,它的执行不依赖于系统的状态
22
+
23
1) 非纯净的
24
25
```javascript
0 commit comments