Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@
| 475 | [What are shadowing and illegal shadowing?](#what-are-shadowing-and-illegal-shadowing) |
| 476 | [Why is it important to remove event listeners after use?](#why-is-it-important-to-remove-event-listeners-after-use) |
| 477 | [What is structuredClone and how is it used for deep copying objects?](#what-is-structuredclone-and-how-is-it-used-for-deep-copying-objects) |
| 478 | [How do JavaScript Maps different from plain objects and when should you use them?](#how-do-javascript-maps-differents-from-plain-objects-and-when-should-you-use-them) |
| 479 | [What are WeakRef and FinalizationRegistry, and how are they used?](#what-are-weakref-and-finalizationregistry-and-how-are-they-used) |

<!-- TOC_END -->

<!-- QUESTIONS_START -->
Expand Down