JavaScript Lesson 2: Random Coin Flipper

Overview
This is a Demo Course, the final course will be available in the New AppShed Academy powered by Moodle, in the meantime, you can access the course below.
About the Lesson
In this lesson we are going to explore some new concepts in JavaScript by using a math operation and If statements to make a simple truly random coin flipper!
Learning Objectives:
By the end of this lesson:
- All students should have built their own Randomized coin flipper
- Most students will understand Math Operations and If Statements
- Some students will build the more advanced version of this project