( ) (Argument delimiter) (Delimiter)

Delimits the arguments of a function call.

Availability:

ECMAScript edition - 2
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Netscape Enterprise Server- 2.0
Opera - 3.0
JavaScript syntax:-myFunction(someArguments)
Argument list:someArgumentsAn optional collection of arguments to the function

See also:Function, Function call, Grouping operator ( ), Operator, Operator Precedence, Parentheses ( ), Postfix operator, Primary expression

Refer to:

function( ... ) ...

Cross-references:

ECMA 262 edition 2 - section - 11.2

ECMA 262 edition 3 - section - 11.1.6