File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 506506| 475 | [ What are shadowing and illegal shadowing?] ( #what-are-shadowing-and-illegal-shadowing ) |
507507| 476 | [ Why is it important to remove event listeners after use?] ( #why-is-it-important-to-remove-event-listeners-after-use ) |
508508| 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 ) |
509+ | 478 | [ What is the difference between const and Object.freeze] ( #what-is-the-difference-between-const-and-objectfreeze ) |
509510<!-- TOC_END -->
510511
511512<!-- QUESTIONS_START -->
@@ -9552,7 +9553,7 @@ Common use cases and benefits:
95529553
95539554 ** [⬆ Back to Top](#table- of - contents)**
95549555
9555- 478. ### What is the difference between const and Object .freeze
9556+ 478. ### What is the difference between const and Object .freeze
95569557
95579558 The main difference is that ` const` applies to ** variables** (bindings), while ` Object.freeze()` applies to ** values** (objects).
95589559
You can’t perform that action at this time.
0 commit comments