Home / Programming MCQs / JavaScript MCQs / Question

M

Mr. Dubey • 51.17K Points
Coach

Q. What is the purpose of the Math method toSource()?

(A) Returns the string “Math”
(B) Sends the source to the Math Library
(C) Returns the value of the object
(D) None of the mentioned
Explanation by: Mr. Dubey
The method Math.toSource() returns the string “Math”. But this method does not work with many browsers like IE.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.