Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
JavaScript
/
Modern JavaScript features
What does const guarantee for const settings = { theme: "light" }?
from Modern JavaScript features
Node 24
beginner
1 min
What does const guarantee for const settings = { theme: "light" }?
The settings binding cannot be assigned a different value.
Every property of the object is immutable.
The object and every nested object are frozen.
The binding can be reassigned once outside its block.
Check
Ask AI about this kata
Report an error
next kata
What does this program print?
Predict the output
A new version is available
Reload