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.
2 parents b8346a5 + cf6be94 commit d4feed3Copy full SHA for d4feed3
1-js/05-data-types/11-date/article.md
@@ -348,7 +348,7 @@ let time1 = 0;
348
let time2 = 0;
349
350
*!*
351
-// run bench(upperSlice) and bench(upperLoop) each 10 times alternating
+// run bench(diffSubtract) and bench(diffGetTime) each 10 times alternating
352
for (let i = 0; i < 10; i++) {
353
time1 += bench(diffSubtract);
354
time2 += bench(diffGetTime);
0 commit comments