Javascript
Sunday, October 31, 2021
setTimeOut promise
async function wait(time) {
await new Promise((resolve) => setTimeout(resolve, time))
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment