Pause execution asynchronously for the given amount of time
await wait(1000) // 1 second Copy
await wait(1000) // 1 second
Pause execution asynchronously for the given amount of time