What If...

What if I do,
setInterval( () => {
setTimeOut( () => {
console.log("What If..");
} , 100 );
},1000);
setInterval( () => {
setTimeOut( () => {
console.log("What If..");
} , 100 );
},1000);
will it run log "what if.." after every 1 second with additional 100ms delay due to the setTimeOut?
1 Reply
Jochem
Jochem2y ago
have you tried it in codepen?
Want results from more Discord servers?
Add your server