Lab 10: Hand of Cards


This lab will give you a chance to work on a more sizable program. When working on complex programs it is important that the program is developed incrementally. Little bits are added at a time and completely checked before moving on to the next bit. In this lab, the different steps are laid out for you. Do not try to do everything at once. Also make full use of the javascript debugger.

You are to further implement the blackjack program we have been discussing in class. Your final goal is to have a javascript program so that can deal an unlimited number of cards in a hand and can also compute the score of the entire hand. Start with the version of the program you created in the last lab. This program should already be able to deal two cards from a full deck of 52 cards and to print the names of these cards onto the textarea. Note that most of the code for the functions discussed below were given to you in class.

Follow the steps below to modify your program. Finish and test each step before moving on to the next step.

Adding More Cards

The above modifications should be finished by next Friday (Nov 17).

Scoring

Extra Credit

The above modifications should be finished by next Monday (Nov 20).

Test Questions

Email these questions before you leave for Thanksgiving (the sooner the better).


[top]

[Syllabus]

[Home]