Hacker News new | ask | show | jobs
by sharkbrainguy 5629 days ago

    (function foo() {
        console.log("hello world");
        setTimeout(foo, 1000);
    })();