setInterval()

Term side of the Card
Topic: Scheduling Tasks
Unit title: setInterval()
Categories: Method
Explanation side of the Card

Explanation: The browser API method that repeatedly calls a specified function at fixed time intervals, defined in milliseconds. It continues executing the function until `clearInterval()` is called.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: