Skip to content

Comment on Show HN: Watch the Year Change to 2022

Comments

Not much to it... time better spent kissing someone... he he

    function refresh() {
        document.getElementById("year").innerText = new Date().getFullYear();
        window.requestAnimationFrame(refresh);
    }
    refresh();
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.