Coding > Javascript Operators and Expressions > Flashcards
What data type is returned by an arithmetic operation?
a number value
What is string concatenation?
merges 2 strings together
What purpose(s) does the + plus operator serve in JavaScript?
to add number/concatenate strings
What data type is returned by comparing two values (<, >, ===, etc)?
boolean