Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ How about 2+5+"8"?

Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it's concatenation, so 78 is the result.

 174 views

More Questions for you: