Live data from Hacker News

Viewing profile — slurpme

slurpme

HN member
Joined
Sun, Feb 17, 2008, 10:29 PM UTC
HN karma
20
Public activity
7 items

About slurpme

No profile information was provided.

Recent public activity

  1. 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.

  2. 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?

  3. 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…

  4. comment
    Comment #121677

    But isn't the context a Boolean expression, so the 0 would be converted to a Boolean as well?

  5. 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...

  6. story
  7. story