The parseInt() method converts the string to a integer. Before applying this function, Ram wants to know the type of the argument that is passed to the function. Which operator in javascript would support this ?
Answer options
A
typeof
B
JavaScript
C
<div>
D
<span>
Correct answer: typeof
Explanation
The correct answer is: typeof.