Discussion Forum : Array And Function
Question - Consider the following code snippet :
var string2Num=parseInt("123xyz");
The result for the above code snippet would be :
Options:
A .  123
B .  123xyz
C .  Exception
D .  NaN
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *