MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet :var string2Number=parseInt("456pqr"); |
| A. | 456pqr |
| B. | Exception |
| C. | NaN |
| D. | 456 |
| E. | None of these |
| Answer» E. None of these | |