Definition: The closed property is usually used with windows objects to test if the browser window is open or not. This is not a reserved word so you can declare your own variable or function called closed but if you do then you will not be able to use this property.
Examples:
if (mywin.closed)
