4 ms·(function foo() { console.log("hello world"); setTimeout(foo, 1000); })();by sharkbrainguy 16y ago(function foo() { console.log("hello world"); setTimeout(foo, 1000); })();