Which statement correctly distinguishes a JavaScript operator from an expression?
An operator is the final value, while an expression is only the symbol between two operands.
An operator stores data in a variable, while an expression is a comment ignored by JavaScript.
An operator is a symbol that performs an operation on operands, while an expression is code that resolves to a value.
The two terms are interchangeable names for any numeric literal.