MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet var string2Num=parseInt( 123xyz ); The result for the above code snippet would be : |
| A. | 123 |
| B. | 123xyz |
| C. | Exception |
| D. | NaN |
| Answer» C. Exception | |