JavaScript Lesson 1: Age Calculator
Overview
In this lesson, we are going to build on our knowledge of JavaScript and coding by building an App that can tell us exactly how old we are in days and Milliseconds! We will be using the Date() function that we learned about in Coding Introduction: JavaScript.
Learning Objectives:
By the end of this lesson:
- All students should have built their own Age Calculator using JavaScript
- Most students will understand Math Operations, Variables, and Print commands in coding
- Some students will apply this knowledge to other Apps and projects