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
πŸ’¬ Discuss
βœ… 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.
Explanation by: Mr. Dubey
The method Math.toSource() returns the string “Math”. But this method does not work with many browsers like IE.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
158
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate