--- nav-title: "timer How-To" title: "timer" description: "Examples for using timer" previous_url: /ApiReference/timer/HOW-TO --- # Timer module ### How to require timer module ### Evaluates an expression after 0 milliseconds. ### Evaluates an expression after a specified number of milliseconds. ### Cancels the evaluation with the clearTimeout method. ### Evaluates an expression each time a specified number of milliseconds has elapsed. ### Cancel the interval previously started using the setInterval method.