1. Introduction - Atom Editor
  2. first entry
  3. the card images
  4. Type - Save - Reload
  5. Learning the names: html, tag, attribute, string
  6. Click a Card - onClick, first JavaScript, alert, this
  7. The Keys to the Kingdom - our own functions
  8. Making the clicked card vanish, setTimeout
  9. clear & turn functions, 4 cards
  10. Using different cards - own attribute - var, getAttribute
  11. Talking to the computer
  12. My instructions to the computer (in English)
  13. My instructions to the computer (JavaScript) <script>
  14. The new bits explained - var, if, %
  15. Review of the work so far
  16. play1.html - document.write, the for loop
  17. Arrays
  18. Shuffle an array
  19. play2.html - Using JavaScript to generate the images
  20. Using an array to make the cards different
  21. The Complete Program
  22. From 4 cards to 16 What next?