JSFiddle - React, Tailwind, and code Playground
by mqchen
JavaScript
setInterval((function() {
document.write("Hello ");
return arguments.callee;
})(), 1000);
by mqchen
setInterval((function() {
document.write("Hello ");
return arguments.callee;
})(), 1000);