Node.js - Timers and Scheduling
Which of the following best describes how
setInterval schedules repeated tasks?setInterval schedules repeated tasks?setInterval behaviorsetInterval triggers the callback repeatedly at fixed time intervals, without waiting for the previous call to finish.setInterval scheduling.setInterval ignores function execution time, fixed intervals [OK]setInterval waits for function to finishsetInterval with recursive setTimeoutsetInterval schedules only once15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions