Answer Posted / rofiqul islam
integer + integer + String = integer + String
2 + 5 + "8" = 7+"8"
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is the use of decodeuri() and encodeuri()?
How to convert json string to object?
How to calculate fibonacci numbers in javascript?
Are namespaces are there in javascript?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
How do you change the style/class on any element using javascript?
What does a typeof operator do?
What is class example?
What e means?
Is JavaScript case sensitive? Give an example?
What is NaN in Javascript?
Explain promise in javascript?
How to reload a page using JavaScript?
How to remove duplicates from javascript array?
Explain export & import in javascript?