The SQRT2 property returns the square root of 2, approximately 1.414.
Math.SQRT2
A Number, representing the square root of 2
Return the square root of 2:
//display the square root of 2. console.log(Math.SQRT2);