JSFiddle - React, Tailwind, and code Playground
by Arif Hasan
JavaScript
setInterval(function hello() {
console.log('world');
return hello;
}(), 5000);
by Arif Hasan
setInterval(function hello() {
console.log('world');
return hello;
}(), 5000);