https://docs.vultr.com/javascript/standard-library/Math/sqrt
javascript square root In JavaScript, you can calculate the square root of a number using the Math.sqrt() method.
Syntax:
javascript
Copy
Edit
Math.sqrt(number);
number: The number you want to find the square root of.