Inside/src/game-helpers.js, you'll find a helper function,checkGuess. As parameters, it takes a single guess, as well as the correct answer. It returns an array that contains the status for each letter. For example: checkGuess('WHALE','LEARN');/*Returns:[{ letter: 'W', status: '...
Oct 25, 2023 package.json Answer with stretch goals. Oct 25, 2023 Repository files navigation README License Word Game Joy of React, Project I In this project, we'll recreate a popular online word game, Wordle: In Wordle, users have 6 attempts to guess a 5-letter word. You're helped...