Node.js - Timers and Scheduling
Identify the error in this code snippet:
const id = setInterval(console.log('Hello'), 1000);
clearInterval(id);const id = setInterval(console.log('Hello'), 1000);
clearInterval(id);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions