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
/
Backend
/
Backend development
Why is a module-level array unsuitable as the only task store in a deployed backend?
from Backend development
Node 24
beginner
1 min
Why is a module-level array unsuitable as the only task store in a deployed backend?
Its state is lost on restart and is not shared across worker processes.
JavaScript arrays cannot contain objects.
HTTP forbids servers from using memory.
Check
Ask AI about this kata
Report an error
previous kata
Which response best represents a task that was successfully created at /tasks/t-9?
Quiz
next kata
What does this router print for the request?
Predict the output
A new version is available
Reload