JavaScript Function to find SquareRoot?
Var y = Math.sqrt(16);
Var x = Maths.sqrt(16);
Var z = Math.squareroot(16);
Var y = Maths.squareroot(16);