Q. What output will come if we run the following part of the JavaScript code?
Code:
var string2Num=parseInt("123abc");
β
Correct Answer: (C)
123
var string2Num=parseInt("123abc");
You must be Logged in to update hint/solution