This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
const myFunction = function (a, b) {return a * b} document.getElementById("demo").innerHTML = myFunction(4, 3);
Most of the time, you can avoid using the
keyword in JavaScript.