JavaScript Lesson 2: Random Coin Flipper
Overview
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