Using timers
Another short but important lesson, timers! Sometimes we don't want functions to run right away, rather we want them to run after a certain amount of time has passed. For this we would use a timer. Let's see how they work.
Another short but important lesson, timers! Sometimes we don't want functions to run right away, rather we want them to run after a certain amount of time has passed. For this we would use a timer. Let's see how they work.