This is a cinema quiz taking application with a built in help function to search movies for hints. It uses two APIs to, one to generate quiz questions and the other to search a movie database.
added some more variables to store hint info. Created a loop to make each question an object with its question, correct answer, incorrect answer and pushed them all to an array.
added some more variables to store hint info. Created a loop to make each question an object with its question, correct answer, incorrect answer and pushed them all to an array.