js interval stop code example Example: stop a setinterval let myVar = setInterval(() => {console.log('bop'), 1000); clearInterval(myVar);