Skip to content

Commit

Permalink
fix: 文字错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjin committed Dec 23, 2019
1 parent bb3f498 commit 17af044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javaScript/this.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ setTimeout( bar, 100 ); // 2
bar.call( window ); // 2
```

硬绑定的典型应用场景就是创建一个包裹函数,复杂就是参数并返回值
硬绑定的典型应用场景就是创建一个包裹函数,负责接收参数并返回值

```js
function foo(something) {
Expand Down

0 comments on commit 17af044

Please sign in to comment.