0 / 60 seg.

What value is obtained by executing the following code?

console.log(`${typeof 10 === "number" ? "Is number" : "Is not number"}`);