section Language section
Description
Additions to JavaScript's "standard library" and extensions to built-in JavaScript objects.
Namespaces
Classes
-
Array
Prototype extends all native JavaScript arrays with quite a few powerful methods.
-
Class
Manages Prototype's class-based OOP system.
-
Date
Extensions to the built-in
Dateobject. -
Function
Extensions to the built-in
Functionobject. -
Hash
A set of key/value pairs.
-
Number
Extensions to the built-in
Numberobject. -
Object
Extensions to the built-in
Objectobject. -
ObjectRange
A succession of values.
-
PeriodicalExecuter
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.
Mixins
-
Enumerable
Enumerableprovides a large set of useful methods for enumerations — objects that act as collections of values. It is a cornerstone of Prototype.