➕add/concate (+)
number addition / string concatenation.
JS ⟩ operator ⟩ arithmetic ⟩ add / concate (+)
string concatenation or number addition. 👉 table of operators
1 + 2 // number addition
'the' + 'fox' // string concatenation
Last updated
Was this helpful?