Nodejs Roadmap

Day 5: NodeJS Timers

Goal

  • Use timers in Node.js to execute functions after a delay or repeatedly

Tasks

  • Executes a function after a delay using setTimeout()
  • Executes a function repeatedly with a delay between each call using setInterval()
  • Stop a timeout and interval from running using clearTimeout() and clearInterval()

Sponsor Us|Community|Blog|Youtube
Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
100DaysOfCode@2024