Working on the Quizzical project from the React course and having trouble verifying user selections within the checkAnswers function of my QuizContainer element. If anyone has the time/energy to take a look and offer suggestions, I would appreciate it:
#How can I fix my checkAnswers function?
3 messages · Page 1 of 1 (latest)
Hi, I looked at the code, the check answers is working well however I noticed that the play again was not working well, so I updated your code.
This is my sandbox.
https://codesandbox.io/s/quizzical-forked-68t33s
Let me know what you think