Viewing profile — gokangaroo
gokangaroo
HN member- Joined
- Sat, May 28, 2011, 12:24 AM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About gokangaroo
No profile information was provided.
Recent public activity
-
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…