Extensions... - Fix the bug with the sortedWords computed property - it changes the words data property which computed properties are not allowed to do. - Make correct count a computed property to remove data redundancies... more Vue.js-ish. - Reset button - Show hint button per word per letter. - Difficulty level based on word length.
Extensions...