Wait for a specific amount of milliseconds to pass
a promise that resolves after a certain amount of milliseconds
await delay(1000); Copy
await delay(1000);
Wait for a specific amount of milliseconds to pass