Async wait
await sleep(2000) // => waits 2 seconds Copy
await sleep(2000) // => waits 2 seconds
Optional
Description
Async wait
Example