Brandon Benvie wrote:
Just for fun and to experiment with, I added nil to Continuum to play
around with. It's similar to the one I made for V8, but a bit more
complete. It coerces to the empty string or 0, is callable and
constructable (returns self), returns self for all property access, has
no prototype, is typeof 'undefined', and falsey. You can access via:

I should also `== null` and `== undefined`.


     import { nil } from '@continuum';

At http://benvie.github.com/continuum
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to