I'm trying to create a web app where I have some sort of a flash card, but the information of the flash card will be coming from a .txt file I created.
I'd like to be able to read each line as it's own question or array, and then have the answer for that question in another .txt file that will match the same line so I can use the same index value.
I'm sorry if it sounds confusing. I am just getting started on the idea.
Thank you.