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