In this video we'll talk about timers and intervals in JavaScript
You can find the code we created during this video here:
https://github.com/XINX-Media/unblock...
Discord: / discord
Twitch: / unblockmedigital
Calendly: https://calendly.com/robbertthecoderd...
00:00 Intro
00:27 Countdown Timer
01:05 Displaying the timer
01:43 Using setTimeout to take delayed action
02:40 Using setInterval to take repeated action
03:26 Using clearInterval to stop the action
04:46 Using setTimeout for input
06:03 The event listener
06:40 Using keyup instead of change
06:56 Why would we use this?
07:34 Using setTimeout to delay
08:38 Using clearTimeout to extend the window
09:51 Summary
10:53 Outro