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

'appVersion' Syntax and Note

Note:

Read-only property. 
Returns the browser's platform and version. 
The returned value format: browserVersion 
(platform; additional information; . . . ; additional information).
    
Syntax:
    
objectName.appVersion

    

      
      








Related examples in the same category

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