Published
- 1 min read
javascript sleep 1 second
The solution for this is noted below
javascript sleep 1 second
Solution
setTimeout(() => console.log('First'), 1000)
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
setTimeout(() => console.log('First'), 1000)
Try other methods by searching on the site. That is if this doesn’t work