Answer Posted / madhu
int + int + String = int + String = String
2 + 5 + "8" = 7 + "8" = "78"
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How to create an array in javascript?
What is called variable?
What are escape characters?
Why typeof null is object?
What is the difference between an Anonymous Function and a named function?
What is undefined x 1 in JavaScript?
How to print a web page using javascript?
If 2 methods have same name and same number of parameters, which one will be executed first?
Where do you put javascript in html?
How to get the last index of a string in javascript?
How much time it will take to learn javascript?
Explain escape() in javascript?
Auto insurance project..How to explain project in interviews.Using Automation tool (selenium).
Which built-in method returns the characters in a string beginning at the specified location?
What happens when the recursion calling is applied on two functions?