, (Comma) (Delimiter)

Comma separated argument list. The comma operator provides a way to evaluate several assignment expressions at once.

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

See also:Document.write(), Document.writeln(), var

Refer to:

Comma operator (,)

Cross-references:

ECMA 262 edition 2 - section - 11.14

ECMA 262 edition 3 - section - 11.14