8. Finishing the Game
function displayThankyou() {
$(".screen").hide();
$("#thankyou-screen").show();
$("#game-results").html(`You got ${trivia.totalCorrect} of ${trivia.totalAnswered} correct.`);
}function displayThankyou() {
$(".screen").hide();
$("#thankyou-screen").show();
$("#game-results").html(`You got ${trivia.totalCorrect} of ${trivia.totalAnswered} correct.`);
}