The assignment (=) operator is used to assign a value to a variable or property. The assignment expression itself has a value, which is the assigned value. This allows multiple assignments to be chained in order to assign a single value to multiple variables....log(a, b, c); // "aaa" "b" "cc" For more information, see Destructuring...