Hacker News new | ask | show | jobs
by tgv 1556 days ago
I couldn't resist taking a look at the code, because, well, the sound generation should be in there, and I found this:

    function qt(n) {
        return n !== n
    }
1 comments

It really looks like `isNaN`, doesn't it?
So would it be compiled from C or so?