File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 512512| 474 | [ What is module scope in JavaScript?] ( #what-is-module-scope-in-javascript ) |
513513| 475 | [ What are shadowing and illegal shadowing?] ( #what-are-shadowing-and-illegal-shadowing ) |
514514| 476 | [ Why is it important to remove event listeners after use?] ( #why-is-it-important-to-remove-event-listeners-after-use ) |
515+ | 477 | [ What is optional chaining (?.) in JavaScript?] ( #what-is-optional-chaining-in-javascript ) |
516+ | 478 | [ What is nullish coalescing (??) and how is it different from || ?] ( #what-is-nullish-coalescing ) |
517+ | 479 | [ What is Promise.any and when should it be used?] ( #what-is-promise-any ) |
518+ | 480 | [ What is BigInt and how is it different from Number?] ( #what-is-bigint ) |
519+ | 481 | [ What are private class fields in JavaScript (#field)?] ( #what-are-private-class-fields ) |
520+ | 482 | [ What is the Array.prototype.at method and why is it useful?] ( #what-is-array-prototype-at ) |
521+ | 483 | [ What is top-level await in JavaScript modules?] ( #what-is-top-level-await ) |
522+ | 484 | [ What are WeakRef and FinalizationRegistry used for?] ( #what-are-weakref-and-finalizationregistry ) |
523+ | 485 | [ What are logical assignment operators (&&=, || =, ??=)?] ( #what-are-logical-assignment-operators ) |
524+ | 486 | [ What is the Temporal API and why is it proposed as a replacement for Date?] ( #what-is-the-temporal-api ) |
515525<!-- TOC_END -->
516526
517527<!-- QUESTIONS_START -->
You can’t perform that action at this time.
0 commit comments