Native Objects : Introduction « Object Oriented « JavaScript Tutorial






ECMA-262 defines native objects as "any object supplied by an JavaScript implementation independent of the host environment."

Object        Function      Array         String
Boolean       Number        Date          RegExp
Error         EvalError     RangeError    ReferenceError
SyntaxError   TypeError     URIError








25.1.Introduction
25.1.1.Declaration and Instantiation
25.1.2.Dereferencing Objects
25.1.3.Native Objects