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
A build transforms optional chaining for an older target. What compatibility fact does th…
from Modern JavaScript features
Node 24
intermediate
1 min
A build transforms optional chaining for an older target. What compatibility fact does that prove?
That transformed expression no longer requires the target parser to recognize optional-chain syntax.
The target now provides Promise, Map, and every newer built-in.
Browser and Node host APIs are now interchangeable.
Every observable property access is removed.
Check
Ask AI about this kata
Report an error
previous kata
Spot the bug in the optional chain
Spot the bug
A new version is available
Reload