JSFiddle - React, Tailwind, and code Playground
JavaScript
function foo() {
alert('hi');
return foo;
}
// --------------
window.setInterval( foo , 3000 );
function foo() {
alert('hi');
return foo;
}
// --------------
window.setInterval( foo , 3000 );