0 / 60 seg.

What is the result of the following code?

let x = "2";
console.log(`${x} raised to 3 is ${x ** 3}`);