Published
- 1 min read
js fake await
The solution for this is noted below
js fake await
Solution
await new Promise((resolve) => setTimeout(resolve, 3000))
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
await new Promise((resolve) => setTimeout(resolve, 3000))
Try other methods by searching on the site. That is if this doesn’t work