A
Q. What will be the output of the following code snippet?
Code:
print(parseInt("123Hello"));
print(parseInt("Hello123"));
print(parseInt("Hello123"));
- Correct Answer - Option(A)
- Views: 12
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.