Viewing profile — slurpme
slurpme
HN member- Joined
- Sun, Feb 17, 2008, 10:29 PM UTC
- HN karma
- 20
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About slurpme
No profile information was provided.
Recent public activity
-
comment
Comment #157779
I use http://polliwog.sourceforge.net open source, runs on Java. Not suitable for large websites since it provides a LOT of information about your site.
-
comment
Comment #121690
Yes I think you are right about that, too early in the morning for me... Makes me wonder what the rules are for coercion though, that is does it pick null to coerce or 0?
-
comment
Comment #121682
I know, I mentioned it as the new object because it's one of the few situations I know of where you might use a newline after the return keyword. I understand what you mean, in thi…
-
comment
Comment #121677
But isn't the context a Boolean expression, so the 0 would be converted to a Boolean as well?
-
comment
Comment #121652
How about this surprise which caught me out a couple of days ago, try: function hello () { return { value : 10 }; } window.alert (hello ().value); It burps in FF and IE...
- story
- story