What does a comma do in assignment statements in JavaScript?

Eugens

New Member
I found this in a piece of code and i'm wondering what it does? Assign b to x... but what's with the \[code\],c\[/code\]?\[code\]var x = b, c;\[/code\]
 
Back
Top