Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. 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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The method Math.toSource() returns the string “Math”. But this method does not work with many browsers like IE.


Be The First To Comment