Live data from Hacker News

Viewing profile — gokangaroo

gokangaroo

HN member
Joined
Sat, May 28, 2011, 12:24 AM UTC
HN karma
2
Public activity
1 items

About gokangaroo

No profile information was provided.

Recent public activity

  1. comment
    Comment #3334237

    In these cases, I would check for the type, so instead of your example, I would say "var a = typeof a !== 'undefined' ? a || someDefault". (Not that that is particularly pretty, it…