Skip to content

Commit 6c0a884

Browse files
committed
[guide] fix dead jsperf links
1 parent 030e23b commit 6c0a884

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3665,11 +3665,11 @@ Other Style Guides
36653665

36663666
- [On Layout & Web Performance](https://www.kellegous.com/j/2013/01/26/layout-performance/)
36673667
- [String vs Array Concat](https://jsperf.com/string-vs-array-concat/2)
3668-
- [Try/Catch Cost In a Loop](https://jsperf.com/try-catch-in-loop-cost)
3668+
- [Try/Catch Cost In a Loop](https://jsperf.com/try-catch-in-loop-cost/12)
36693669
- [Bang Function](https://jsperf.com/bang-function)
3670-
- [jQuery Find vs Context, Selector](https://jsperf.com/jquery-find-vs-context-sel/13)
3670+
- [jQuery Find vs Context, Selector](https://jsperf.com/jquery-find-vs-context-sel/164)
36713671
- [innerHTML vs textContent for script text](https://jsperf.com/innerhtml-vs-textcontent-for-script-text)
3672-
- [Long String Concatenation](https://jsperf.com/ya-string-concat)
3672+
- [Long String Concatenation](https://jsperf.com/ya-string-concat/38)
36733673
- [Are JavaScript functions like `map()`, `reduce()`, and `filter()` optimized for traversing arrays?](https://www.quora.com/JavaScript-programming-language-Are-Javascript-functions-like-map-reduce-and-filter-already-optimized-for-traversing-array/answer/Quildreen-Motta)
36743674
- Loading...
36753675

0 commit comments

Comments
 (0)