Closed ZachEdwards7 closed 2 years ago
https://github.com/octokatherine/word-master/issues/71
Alternative approach would be to implement the same logic as updateCellStatuses , eg const answerLetters = answer.split(''); // ... // answerLetters.splice(i, 1);
const answerLetters = answer.split(''); // ... // answerLetters.splice(i, 1);
https://github.com/octokatherine/word-master/issues/71#issuecomment-1014798460
https://github.com/octokatherine/word-master/issues/71