JavaScript Lesson 0: Intro
Overview
In this lesson, we are going to take a look at how to code with the language JavaScript while exploring some of the logic and computational thinking that goes along with that.
We are going to build an App that uses JavaScript commands to get the current date and time and then display it.
Learning Objectives:
By the end of this lesson:
- All students should have an App with features programmed in JavaScript
- Most students will understand the logic and syntax needed to build this
- Some students will be able to expand this app to have extra features