Javascript Comma Operator and Separator
The comma operator in Javascript evaluates 2 operands (left-to-right) and returns the value of the second one.
It is primarily used in for loops and is NOT the same as a comma separator used to separate elements in arrays, objects or variable declarations/initializations.
Related:
Warning: Invalid argument supplied for foreach() in /var/www/cssdeck.com/app/modules/labs/views/_details.php on line 68