Creates a Promise that completes after the specified number of miliseconds
time to sleep in milliseconds
await sleepAsync(3000); // returns in 3 seconds Copy
await sleepAsync(3000); // returns in 3 seconds
Creates a Promise that completes after the specified number of miliseconds