Lesson 1 of 8 · 2 min
What you are building
Today you build a quiz app: it asks a question, and tells the user whether their answer is right or wrong.
Prefer to follow along with a walkthrough? Watch it here, or open the Day 6 video in a new tab.
What you are learning:
- how to check the user's answer against the correct answer using JavaScript;
- how to show whether they got it right or not.
This is the day you meet conditionals, how programs make decisions.
This lesson has 1 quiz in the portal, where you tick off each step and get feedback on the code you write. Do this lesson free.


