This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
This example will return a correct result:
document.getElementById("demo").innerHTML = myFunction(55); function myFunction(a) { let power = 10 return a * power }