Project 15 Tutorial
  1. Atom shortcuts html
  2. DOCTYPE, lang, dir, charset
  3. Atom shortcuts img, alt
  4. Atom shortcuts link
  5. Atom shortcuts - language help
  6. Inspect - behind-the-scenes
  7. behind-the-scenes - CSS
  8. The JavaScript Console
  9. changing background colour
  10. debugging - 1
  11. debugging - 2
  12. debugging - 3
  13. live expression, console.log
  14. Turtling again - 1
  1. Turtling again - 2
  2. The Associative Array, turtle()
  3. rt(t,angle)
  4. fd(t,d), square
  5. two turtles, code folding
  6. the other turtle functions
  7. points()
  8. towards(t1,t2)
  9. the four turtles
  10. pursuit(n)
  11. my.js
  12. pursuit(n) with colour
  13. my final effort