X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0ef06cdf3844c0899ea9f64670c41668301dfcc5..49ffd5482382cad5c9eae0c73d2d11af5ea81b08:/word/multichoice.js?ds=sidebyside diff --git a/word/multichoice.js b/word/multichoice.js index 680cf0d..7402507 100644 --- a/word/multichoice.js +++ b/word/multichoice.js @@ -1,4 +1,4 @@ -class WordMultiChoice extends WordQuiz { +class WordMultichoice extends WordQuiz { next() { if (this.words.length < 4) return; let word = this.words.shift();