Sleeps current thread for a specified amount of time
the amount of time to sleep, in microseconds
a promise that could be resolved
sleep(200);sleep().then(() => {}); Copy
sleep(200);sleep().then(() => {});
Sleeps current thread for a specified amount of time