Comma

Sometimes it's used to write shorter code, so we need to know it in order to understand what's going on.

*!*
let a = (1 + 2, 3 + 4);
*/!*

alert( a ); // 7 (the result of 3 + 4)

Comma — Structure map

Clickable & Draggable!

Comma — Related pages: