Prototype This page is part of the Prototype JavaScript framework documentation.
Overview | (...)

Prototype.Version is a String variable that contains the version of Prototype.

Syntax


  alert(Prototype.Version); // "1.4.0" 

Example

Click me!