In this lesson let's learn all about the timing events setTimeout() and setInterval(), as well as the clear methods clearTimeout() and clearInterval(). So, sometimes we want to control when our function is executed after we invoke it for e.g. we may want to invoke a function 3 seconds after the function has been triggered or we might want our function to repeat every second, we'll learn how to do just that in this lesson as we look at timing events. 0:00 - Intro - Like and Subscribe 0:23 - What are JS timing events? 0:53 - setTimeout() 2:56 - clearTimeout() 5:13 - setInterval() 5:59 - clearInterval() 6:35 - Lesson Summary 7:05 - Lesson Tasks 10:56 - Outro/Up Next