# Pastebin OPL7mfdS updateCurrentWord(word) { if (this.wordIndex < this.wordList.length - 1) { this.wordList[this.wordIndex] = word; } }