This method return the string “Math”. But this method does not work with IE.
Syntax:
Math.toSource()
Example:
<script> var sour = Math.toSource(); document.writeln('Output :' + sour + '</br></br>'); </script>
Output:
Output : Math
Home JavaScript Math.toSource() Method
By LabW3 At 05:58 0
Math.toSource()
<script> var sour = Math.toSource(); document.writeln('Output :' + sour + '</br></br>'); </script>
Output : Math