By the way I am running these tests in the spidermonkey shell and in chrome using the dev tools. I substitute console.log for print() in the spidermonkey shell.
On Feb 4, 10:54 pm, mcot <[email protected]> wrote: > Hi. I am still reading up on this but here are some more tests I have > run: > > console.log(typeof(foo) === 'undefined'); // true -- doesn't raise > reference error. > foo; // reference > error even without the call to console.log -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
