Make sure to pick console.log followed by ( and then correctAnswer, ===, firstAnswer, ), ;.
console.log
(
correctAnswer
===
firstAnswer
)
;