0 / 60 seg.

What will be the value of the variable rootValue in the following code snippet?

const square = 64;
const rootValue = Math.sqrt(square);