Javascript

(ECMAScript)

Global

Value Properties - 15.1.1

NaN - 15.1.1.1

Infinity - 15.1.1.2

undefined - 15.1.1.3

Function Properties - 15.1.2

eval(x) - 15.1.2.1

parseInt(string) - 15.1.2.2

parseFloat(string) - 15.1.2.3

isNaN(number) - 15.1.2.4

isInfinite(number) - 15.1.2.5

URI Handling Properties - 15.1.3

decodeURI(encodedURI) - 15.1.3.1

decodeURIComponent(encodedURIComponent) - 15.1.3.2

encodeURI(uri) - 15.1.3.3

encodeURIComponent(uriComponent) - 15.1.3.4

Constructor Properties - 15.1.4

Object - 15.1.4.1

Function - 15.1.4.2

Array - 15.1.4.3

String - 15.1.4.4

Boolean - 15.1.4.5

Number - 15.1.4.6

Date - 15.1.4.7

RegExp - 15.1.4.8

Error - 15.1.4.9

EvalError - 15.1.4.10

RangeError - 15.1.4.11

ReferenceError - 15.1.4.12

SyntaxError - 15.1.4.13

TypeError - 15.1.4.14

URIError - 15.1.4.15