Q. What is the purpose of the Math method toSource()?
β
Correct Answer: (A)
Returns the string “Math”
Explanation: The method Math.toSource() returns the string “Math”. But this method does not work with many browsers like IE.