What will be the value of the variable rootValue in the following code snippet?
const square = 64;
const rootValue = Math.sqrt(square);
What will be the value of the variable rootValue in the following code snippet?
const square = 64;
const rootValue = Math.sqrt(square);