0 / 60 seg.

What is the result of the following code?

console.log(`${5 + 5 === 10 ? "Correct" : "Incorrect"}`);