The comma operator evaluates each of its operands (from left to right)
and returns the value of the last operand.
From: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_Operator
More on: http://javascriptweblog.wordpress.com/2011/04/04/the-javascript-comma-operator/