Iterating over properties in window object
September 6th, 2009
I’ve been playing around a bit with JavaScript, and found out an interesting thing concerning property iteration in the window object in IE. In some cases, properties that are set on the window object don’t show up in the iteration.
Read more…