100 Days of Nodejs challenges

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()

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