On Wed, Aug 20, 2008 at 8:54 AM, Peter Michaux <[EMAIL PROTECTED]> wrote:
> [...] "var" means variable but
> actually specifies scope also to the surrounding function. "function"
> implies an actual function but JavaScript can have side effects
> anywhere. "undefined" doesn't really mean something is undefined as it
> could be defined to be undefined. [...]

And there's that classic naming perversity:

    typeof NaN === 'number'

-- 
 Cheers,
 --MarkM
_______________________________________________
Es-discuss mailing list
Es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to