tutorial 1: debugging strategies

watch it on YouTube

Notes

Coding Strategies

Behavior Testing Strategies

  1. Use the code inspector to view dynamically generated HTML and the console log
  2. User testing--test the program yourself and get input from others
  3. Platform testing--see Module 6 video 5 for more information.