Skip to content

Instantly share code, notes, and snippets.

/* -------------------------------------------------------------------------- */
/* MODEL */
/* -------------------------------------------------------------------------- */
// Application State
const STORE = {
score: 0,
currentQuestion: 0
}