Closed g-kabra closed 2 years ago
Also add your code snippet.
The changes have been implemented like this:
1) Double highlighting issue has been resolved by making a different function to mark it as correct/wrong-location.
2) New game feature has been implemented by using the startNewGame() function.
3) RegEx fix is as follows.
I have added the mentioned fixes as per issue #23.
Changes I have implemented:
Before:
After:
There have been some changes done by the formatting tool automatically, which makes the code more compliant to best practices.