Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sleep function
vividtea
May 24th, 2024
(
edited
)
13
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.08 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
sleep
(
ms
)
{
return
new
Promise
(
resolve
=>
setTimeout
(
resolve
,
ms
)
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Binance account CW
JavaScript | 13 min ago | 0.05 KB
Order.js
JavaScript | 13 min ago | 1.18 KB
Laba_1.1.4
Python | 16 min ago | 2.86 KB
EARN $900 INSTANTLY 2025 BT
JavaScript | 29 min ago | 0.05 KB
Random Gmail Acc 1A
JavaScript | 45 min ago | 0.05 KB
Products.js
JavaScript | 60 min ago | 1.18 KB
Get-USBStorageDevicesInfo
PowerShell | 1 hour ago | 0.40 KB
Order.js
JavaScript | 1 hour ago | 1.18 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!