version property

Retrieves a string representing the version in the format "N.nnnn platform", where N is an integer representing the major version number, nnnn is a number of characters representing the minor version number, and platform is the platform (win32, mac, alpha, and so on).

Syntax

JavaScript

p = object.version

 

Property values

Type: String

version.

See also

external