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
/
Closures
A closure reads a let binding that is reassigned after the function is created. Which val…
from Closures
Node 24
intermediate
1 min
A closure reads a let binding that is reassigned after the function is created. Which value does a later call normally observe?
The value currently held by the shared binding
An immutable copy made when the function was created
A same-named local variable from the caller
Check
Ask AI about this kata
Report an error
next kata
Two consumers need independent retry counts. Which design gives each one a separate captu…
Quiz
A new version is available
Reload