Delays the execution of the current function for the specified number of milliseconds.
The number of milliseconds to delay the function.
A Promise that resolves after the specified delay.
Delays the execution of the current function for the specified number of milliseconds.