How about 2+5+"8"?
Answers were Sorted based on User's Feedback
Answer / madhu
int + int + String = int + String = String
2 + 5 + "8" = 7 + "8" = "78"
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / gp
"2"+4+6 = 246
but
2+4+"6" = 66
also
"2"+4+"6" = 246
"2"+4+6+8 = 2468
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / rofiqul islam
integer + integer + String = integer + String
2 + 5 + "8" = 7+"8"
| Is This Answer Correct ? | 4 Yes | 8 No |
Answer / nirupa
its 258 becoz string plus anything equals string...
| Is This Answer Correct ? | 1 Yes | 10 No |
How do you declare javascript?
WHAT IS .NET?
How to enabled 'Strict' mode in JavaScript?
What is triple dot in javascript?
What's Prototypes for JavaScript
What is negative infinity?
Name the datatypes of javascript?
Which is better for or foreach in javascript?
How to create scale in P info
How many data types are there in javascript?
How and where javascript namespacing is used?
What is the difference between push() and concat() in javascript?