Javascript

Topic: JS Operators

How about 3+5+"8"?

Since 3 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation, so 88 is the result.

Browse random answers: