Skip to content

Instantly share code, notes, and snippets.

// blooket_hacks.js
// Alter the player score
function alterScore(playerId, newScore) {
// Code to alter the score goes here
}
// Reveal the correct answer
function revealAnswer() {
// Code to reveal the answer goes here