![]() |
![]()
The Global object contains all
global variables. The global object contains all the
pre-defined objects, including the core library objects described in
this section.
The Object prototype contains
properties common to all JavaScript objects. All
JavaScript objects descend from the Object prototype.
Array objects provide support for ordered
lists.
The Boolean objects provide an
object-oriented view of boolean values.
The Date objects provide a convenient
set of time and calendar routines.
All JavaScript functions are
represented by function objects.
The Math object provides standard
mathematical constants, such as pi, and
trignometric, exponential, and random number mathematical functions.
The Number objects provides some useful
numeric constants.
The RegExp object supports regular
expression capabilities for searching and simple parsing.
String objects provide common
text-manipulation support such as searching, replacement and simple
parsing.
|