The plus equal operator += in JavaScript is a shorthand operator that allows you to add the value from the right operand to the left operand.
確定! 回上一頁