![]() |
VOOZH | about |
JavaScript Comma Operator mainly evaluates its operands from left to right sequentially and returns the value of the rightmost operand.
3
Here is another example to show that all expressions are actually executed.
3 2 3 4
Here is an example with function calls.
one two three three