Hacker News new | ask | show | jobs
by Joshu42 4455 days ago
Nice finding ! And it's so true ! 42 is the answer to everything ;)

Even to check an instantiation ...

    $.answer = 42;
[...]

    $.N = function () {
    
        var a = O[gb];
    
        if (!a || 42 != a.answer) {
[...]

            O[gb] = $;
[...]

        }
    
    };
    
    $.N();
1 comments

42 is the answer to everything

That's not really what the Hitchhikers Guide to the Galaxy said - rather, 42 is the answer to the ultimate question of life, the universe and everything. But since we don't know what the question is... Very different from the answer to everything.