Math.toSource() Method

Math toSource
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
Copyright Labw3