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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,16 @@
| 474 | [What is module scope in JavaScript?](#what-is-module-scope-in-javascript) |
| 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 optional chaining (?.) in JavaScript?](#what-is-optional-chaining-in-javascript) |
| 478 | [What is nullish coalescing (??) and how is it different from || ?](#what-is-nullish-coalescing) |
| 479 | [What is Promise.any and when should it be used?](#what-is-promise-any) |
| 480 | [What is BigInt and how is it different from Number?](#what-is-bigint) |
| 481 | [What are private class fields in JavaScript (#field)?](#what-are-private-class-fields) |
| 482 | [What is the Array.prototype.at method and why is it useful?](#what-is-array-prototype-at) |
| 483 | [What is top-level await in JavaScript modules?](#what-is-top-level-await) |
| 484 | [What are WeakRef and FinalizationRegistry used for?](#what-are-weakref-and-finalizationregistry) |
| 485 | [What are logical assignment operators (&&=, ||=, ??=)?](#what-are-logical-assignment-operators) |
| 486 | [What is the Temporal API and why is it proposed as a replacement for Date?](#what-is-the-temporal-api) |
<!-- TOC_END -->

<!-- QUESTIONS_START -->
Expand Down