Unit05 Black Jack Game

Overview

Once again we return to the expertise of Scrimba teachers and give you a break from my voice. You will create a Black Jack game using JavaScript

Vocabulary

Declare
The first time you create a variable ex: let message;
Assign
The first time you give the variable a value ex: let message = "Hello"
Reassign
Whenever you give a variable a new value (const variables cannot be reassigned with new values)
Method
A method is a function belonging to an object

Objectives

At the end of this module, you should be able to...

Tasks

Watch

Reflection Questions

Read What Should You Do When A Web Design Trend Becomes Too Popular by Suzanne Scacca

Assignment Example

Assignment Checklist

Unit05 Black Jack Game (10 pts)

Describe this assignment

Update the Tutorial

This blackjack game needs to be updated

Overall Page Requirements

Your page needs to meet these requirements

Grade

In order to receive a grade for this assignment you must earn 90% of the points listed above.