Understanding setTimeout() and setInterval() in javaScript
We will be learning following in this tutorial
———————————————————————
– What is setTimeout method
– How to uses SetTimeout()
– how to cancel setTimeout using clearTimeout function
– Understanding applications of setTimeout
– Understanding Async behaviour of setTimeout
– Using setInterval and clearInterval
Code Examples
————————
https://github.com/techsithgit/setTimeout