This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
function myDisplayer(some) { document.getElementById("demo").innerHTML = some; } async function myFunction() {return "Hello";} myFunction().then( function(value) {myDisplayer(value);}, function(error) {myDisplayer(error);} );