# Pastebin XulRwM2o updateCurrentWord(word) { const currentWord = this.getCurrentWord(); if (currentWord != null) { this.wordList[this.wordIndex] = word; } }