This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

Math.pow()

let x = 5;
let z = Math.pow(x, 2);
document.getElementById("demo").innerHTML = z;