Just for fun... in chrome...

Gadget.__proto__ // => function Empty() {}
Gadget.__proto__.__proto__ // => Object
Gadget.__proto__.__proto__.__proto__ // => null
Empty() // => ReferenceError: Empty is not defined

What's up with that Empty function ?!

-- 
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]

Reply via email to