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 |
name any two javascript functions which are used to convert nonnumeric values into numbers?
Advantages & Disadvavtages of Java Script? Advantages & Disadvantages of CGI Scripting? Structure of Java Script? Commands of Java Script? HTML Basic Reviews?
What is null in javascript?
How can you read properties of an Object in JavaScript?
What does "1"+2+3 evaluate to?
What is the difference between a web-garden and a web-farm?
What is called variable?
What is the difference between == and ===? Which one would you use?
What are the variable naming conventions in javascript?
What is built in function in javascript?
What is javascript ‘strict mode’?
What looping structures are there in JavaScript?