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

Smartphone icons created by Freepik - Flaticon

JS Math.sqrt()

Math.sqrt(x) returns the square root of x:

document.getElementById("demo").innerHTML = Math.sqrt(64);

Math.sqrt(64) is the same as √64.