Skip to content

Commit ebdb38e

Browse files
committed
修订JavaScript专题之从零实现jQuery的extend
1 parent 865512e commit ebdb38e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/专题系列文章/JavaScript专题之jQuery通用遍历方法each的实现.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,7 @@ console.timeEnd('eachWithCall')
253253

254254
each 函数和 eachWithCall 函数唯一的区别就是 eachWithCall 调用了 call,从结果我们可以推测出,call 会导致性能损失,但也正是 call 的存在,我们才能将 this 指向循环中当前的元素。
255255

256-
比较 each 和 for 循环,倒不是为了证明什么,只是想说明:
257-
258-
有舍有得。
256+
有舍有得吧。
259257

260258
## 专题系列
261259

0 commit comments

Comments
 (0)