« Elmo On Call | Main | Quickly Generating a Microsoft Connection String »

May 17, 2006

Comments

Jason

This is a very nice introduction to closures, well thought-out and written. Well done!

Jonathan Dodds

Thanks, Jason. I always appreciate feedback.

Kirit

That's interesting what you say about the garbage collectors. This affects my multi-threading JavaScript host as it uses COM to handle thread communication and I was hoping that COM's reference counts would be accurate so they could be used to drive my lower level reference counts.

http://www.kirit.com/Blog:/2007-11-30/JavaScript%20garbage%20collection

I think you probably already knew that functions are also a kind of object in JavaScript.

The comments to this entry are closed.