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
Which type of variable among global and local, takes precedence over other if names are same?
Which built-in method sorts the elements of an array?
Can you explain the difference between call and apply?
Are there any predefined constant provided by the browser with the key code values that can be reused?
Is javascript object oriented?
What is primitive data types in javascript?
What is lambda in programming?
What is the difference between typeof and instanceof operators in Javascript?
What is Currying in Javascript?
How many data types are there in javascript?
Explain window.onload and ondocumentready?
Explain arrow functions?
How do you write an event emitter base class that allows you to add event listeners?
What Does JavaScript Void(0) Mean?
What is enum size?