What's up with adding variables together with the +
operator?
+
with numbers and stringsExcellent! We can use the +
operator with both numbers and strings. We use it for summing up numbers or for concatenating two strings.
Oh noes! We can use the +
operator with both numbers and strings. We use it for summing up numbers or for concatenating two strings.