Blackjack: a tutorial in Javascript
Select this link: BlackJack Game in JavaScript, this will pull up another window and you can play the Blackjack game.
This was my first project in Javascript (a class project) and I haven't done anything, to this extent, with Javascript since. I thought this would be a good tutorial to start out with. Plus, it will help to refresh my memory with the Javascript syntax.
When I looked at the code for the first time, in a long time, I realized how important it is to document our code. If you learn anything from this example/tutorial it should be this: Document your code!