Write an [x] next to each task after it's complete!
-
Change the title of your project [x]
-
Add your quiz title/question to the h1 tag [x]
-
Change the h4 tags to the questions from your project plan [x]
-
Modify the image tags to coincide with your theme [x]
-
Create an input box for each of your questions [x]
-
Create a button
-
Change the background color to reflect the theme of your quiz [ ]
-
Change the font to reflect the theme of your quiz [ ]
- Store each input as a variable (there should be two input boxes - one for each answer) [ ]
- Store the button as a variable (there should be ONE button) [ ]
- Create a click handler [ ]
- Use the .value property to store user input [ ]
- Add console.log to test if the code is being stored [ ]
- Write a conditional statement with else-if to include all 4 possible results [ ]
- Write a compound conditional statement that uses input from both questions to provide the user with a result [ ]
- Write a sentence using string concatenation using the data stored in the user input variables [ ]
- Add a next level feature! [ ]