Q116-Q120

Cheat Sheet

QuestionCore IdeaSenior Signal
Q116Memory leaksGarbage collection keeps reachable objects, so leaks are accidental retaining paths.
Q117CancellationPromises do not cancel work; AbortController provides a signal-based cancellation channel.
Q118CopyingObject spread is shallow, JSON copy is limited, and structuredClone is richer but not universal.
Q119-Q120Errors and functionsClassify errors for behavior and use functional patterns where they improve predictability.