Answer Posted / hk
Anything which follows string is converted to String.
Hence, "1" is string, and the digits 2 and 4 which comes
after this, also become part of string only.
So the answer is 124
| Is This Answer Correct ? | 70 Yes | 2 No |
Post New Answer View All Answers
What is the instanceof operator in JavaScript?
How can you get the total number of arguments passed to a function?
How can I learn coding fast?
What is lazy loading in javascript?
What is DOM? What is the use of document object?
What are decodeuri() and encodeuri() functions in javascript?
What kind of conditional statements does JavaScript support?
What is the use of a typedarray object in javascript?
Where can I learn javascript for beginners?
what does javascript null mean?
What are types of javascript?
What is difference between ajax and javascript?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
Are Typescript and Javascript the same?
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.