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