Lesson 1 of 15 · 2 min
What you are building
Today you build a BMI calculator: it asks the user for their weight and height, then shows their BMI back to them.
Prefer to follow along with a walkthrough? Watch it here, or open the Day 3 video in a new tab.
What you are learning:
- data types such as text and numbers;
- how to store data in variables;
- the basics of functions;
- how to build the BMI calculator itself.
Days 1 and 2 were HTML and CSS. Today you meet JavaScript, the language that makes a page actually do things.
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.














