Skip to content

Commit 7dd2f8c

Browse files
[auto] regenerate table of contents
1 parent a755519 commit 7dd2f8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@
516516
| 484 | [What are WeakRef and FinalizationRegistry used for?](#what-are-weakref-and-finalizationregistry-used-for) |
517517
| 485 | [What are logical assignment operators?](#what-are-logical-assignment-operators) |
518518
| 486 | [What is the Temporal API and why is it proposed as a replacement for Date?](#what-is-the-temporal-api-and-why-is-it-proposed-as-a-replacement-for-date) |
519+
| 487 | [What is the difference between for loop and forEach](#what-is-the-difference-between-for-loop-and-foreach) |
519520
<!-- TOC_END -->
520521

521522
<!-- QUESTIONS_START -->
@@ -10918,7 +10919,7 @@ Common use cases and benefits:
1091810919
**[⬆ Back to Top](#table-of-contents)**
1091910920

1092010921

10921-
479. ### What is the difference between for loop and forEach
10922+
487. ### What is the difference between for loop and forEach
1092210923

1092310924
Both are used to iterate over arrays, but they differ in performance, flexibility, and purpose.
1092410925

0 commit comments

Comments
 (0)