Pauses execution for the specified duration.
Duration in milliseconds.
A promise that resolves after the delay.
await sleep(500); // waits for 500 ms Copy
await sleep(500); // waits for 500 ms
Pauses execution for the specified duration.