What would "1"+2+3 and 1+2+"3" evaluate to, respectively?
Submitted by: AdministratorWhen the first character is a string, the remaining characters will be converted into a single string, rendering 123.
If the string is at the end, the initial characters will perform normal mathematical functions before converting into a string, resulting in 33.
Submitted by:
If the string is at the end, the initial characters will perform normal mathematical functions before converting into a string, resulting in 33.
Submitted by:
Read Online Expert Developer JavaScript Job Interview Questions And Answers
Top Expert Developer JavaScript Questions
| ☺ | Mention what is the disadvantage of using innerHTML in JavaScript? |
| ☺ | Which keyword is used to print the text in the screen? |
| ☺ | Why it is not advised to use innerHTML in JavaScript? |
| ☺ | Explain the concept of unobtrusive JavaScript? |
| ☺ | How are JavaScript and ECMA Script related? |
Top Scripting language Categories
| ☺ | AngularJS Interview Questions. |
| ☺ | Ext-JS Interview Questions. |
| ☺ | Dojo Interview Questions. |
| ☺ | Expert Developer JavaScript Interview Questions. |
| ☺ | SWFObject Interview Questions. |
