Q24
What is the return type of the method parseInt()?
A.
String
B.
Float
C.
Integer
AnswerD.
Date
Answer: Option C
Solution
Answer: Option C
Solution:
The method parseInt() returns an integer.
Parsing, Benchmarking And Logging
Programming · JavaScript · question 24
Q24
Answer: Option C