When to use setTimeout vs setInterval?
Introduction
In this article, we will look at two popular time-based functions setTimeOut and setInterval in JavaScript.
Scheduling
Any activity that is planned at a future time interval is generally referred to as scheduling. Both the functions all...
blog.skay.dev6 min read
Bolaji Ayodeji
Software Engineer, Teacher, and Developer Advocate.
Really insightful read, thanks for sharing!