In this video I’ll show you how to create the input box so that we can type in our flashcard answer. We’ll also work on the logic to determine whether or not our answer is correct.
We’ll also write some code to strip out any whitespace in our answer and convert our answer to lowercase so that we can properly run our logic to determine the correct answer.
Add comment