What data type is returned by an arithmetic operation?
number
What is string concatenation?
combining string values
What purpose(s) does the + plus operator serve in JavaScript?
adds one value to another
What data type is returned by comparing two values (<, >, ===, etc)?
Boolean
What does the += “plus-equals” operator do?