property:closed;return type:booleancontent:ใช้ตรวจสอบว่าหน้าต่างถูกปิดแล้วหรือไม่example:if ( ! window.closed ) { window.close(); }