mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
docs(function): fix typo
This commit is contained in:
+1
-1
@@ -944,7 +944,7 @@ let log = ::console.log;
|
||||
var log = console.log.bind(console);
|
||||
```
|
||||
|
||||
双冒号运算符的运算结果,还是一个对象,因此可以采用链式写法。
|
||||
双冒号运算符的运算结果,还是一个函数,因此可以采用链式写法。
|
||||
|
||||
```javascript
|
||||
// 例一
|
||||
|
||||
Reference in New Issue
Block a user