This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
The toString() method returns the function as a string:
function myFunction(a, b) { return a * b; } document.getElementById("demo").innerHTML = myFunction.toString();