What does this code display in the console?

The string value "high score: true"The boolean value high score: trueThe boolean value trueThe string value "high score: "

The code displays the string value "high score: true".