Q. Which function is used to parse a string to an integer? (A) parseInt() (B) int() (C) toInteger() (D) Number.parse() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) parseInt() Explanation: parseInt() is used to convert a string to an integer.