property:type;return type:stringcontent:ใช้คืนค่าชื่อของ event เช่น click, mouseover เป็นต้นexample:function showEventName ( event ) { alert ( event.type ); }