JavaScript
JavaScript Sleep: How to Pause Execution the Right Way (with Cancellation, Tests, and Real Patterns)
Why JavaScript has no native sleep(), how to write the canonical Promise + setTimeout pattern, how to make it cancellable with AbortSignal, how to test it with fake timers, and the gotchas that bite in production.