On Thu, Jun 14, 2012 at 11:58 AM, Domenic Denicola < [email protected]> wrote:
> In our experience writing large apps, the distinction is useful. > Undefined means I forgot to do something (e.g. set a property or pass an > argument); null means I tried to get something but it didn't exist. > null is intentional, its presence is explicit -- doesn't this imply that something _does_ exist? (...and its value is null) eg. https://gist.github.com/2926029 Rick
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

