Section Language
Description
Additions to JavaScript's "standard library" and extensions to built-in JavaScript objects.
Namespaces
-
Class
-
Enumerable
Enumerableprovides a large set of useful methods for enumerations — objects that act as collections of values. It is a cornerstone of Prototype. -
Try
Classes
-
Array
Prototype extends all native JavaScript arrays with quite a few powerful methods.
-
Date
Extensions to the built-in
Dateobject. -
Function
-
Hash
A set of key/value pairs.
-
Number
Extensions to the built-in
Numberobject. -
Object
Extensions to the built-in
Objectobject. -
ObjectRange
Ranges represent an interval of values. The value type just needs to be "compatible" — that is, to implement a
succmethod letting us step from one value to the next (its successor). -
PeriodicalExecuter
A class that oversees the calling of a particular function periodically.
-
RegExp
Extensions to the built-in
RegExpobject. -
String
Extensions to the built-in
Stringclass. -
Template
A class for sophisticated string interpolation.
