0 / 60 seg.

What value is obtained by executing the following code?

let x = "5";
let y = 10;
console.log(`Result: ${x * y}`);