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
coding of java scripts
What do ellipses mean in javascript?
Explain event bubbling and event capturing in javascript?
what is the difference between let, var, and const?
Explain the typeof operator?
How to delete an array entry using javascript?
How we can add title of the page by javascript?
What's the Difference Between Class and Prototypal Inheritance?
What is undefined in math?
What is array explain it?
What and where are the best javascript resources on the web?
What are trailing whitespace?
How can you get the reference of a caller function inside a function?
What is the difference between typeof and instanceof operators in Javascript?
What is the scope variable in javascript?