Vidyalelo
JavaScript · Q24

Parsing, Benchmarking And Logging

Programming · JavaScript · question 24

Q24

What is the return type of the method parseInt()?

A.
String
B.
Float
C.
Integer
Answer
D.
Date

Answer: Option C

Solution

Answer: Option C
Solution:
The method parseInt() returns an integer.