'propertyName' Syntax and Note : propertyName « Javascript Properties « JavaScript Reference





'propertyName' Syntax and Note

Note:

Read and write property. 
Specifies the property name whose value changes in the event.
    
Syntax:
    
window.event.propertyName = value

    

      
      










Related examples in the same category

1.'propertyName' Example
2.'propertyName' is applied to