Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sleep function
vividtea
May 24th, 2024
(
edited
)
5
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
Your Bitcoin Wallet Credentials have been res...
GetText | 15 min ago | 0.26 KB
koalitionen
Python | 24 min ago | 0.68 KB
Your Bitcoin Wallet Credentials have been res...
GetText | 34 min ago | 0.26 KB
Your Bitcoin Wallet Credentials have been res...
GetText | 47 min ago | 0.26 KB
⭐GET ANY GIFT-CÂRD FOR FREE⭐ W9
JavaScript | 50 min ago | 0.06 KB
pull.lua
Lua | 1 hour ago | 2.33 KB
MultiThreading 1
Java | 1 hour ago | 2.96 KB
⭐GET ANY GIFT-CÂRD FOR FREE⭐ HZ
JavaScript | 2 hours ago | 0.06 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!