

MCQOPTIONS
Saved Bookmarks
1. |
What is the function of the parseInt() method? |
A. | Parses a data type and stores in an integer |
B. | Parses a string and returns an integer |
C. | Parses an integer and returns a string |
D. | Parses a string and return an object |
Answer» C. Parses an integer and returns a string | |