1. Weekend Arrays and Looping Objectives
  2. Weekend Additional Pair Programming Tips
  3. Weekend The Basics of Prototypes
  4. Weekend Static versus Instance with Built-In JS Objects
  5. Weekend Introduction to Arrays
  6. Weekend Bracket Notation
  7. Weekend Array Methods
  8. Weekend Comparing and Cloning Arrays
  9. Weekend Document Query Methods that Return Collections
  10. Weekend Adding and Removing HTML Elements
  11. Weekend Debugging in JavaScript: Using a linter
  12. Weekend Mentorship Lunch Talk
  13. Weekend Journal #3
  14. Monday Prior Course Section Survey
  15. Monday Journal #3 Discussion
  16. Monday Practice: Adding and Removing HTML Elements
  17. Monday Practice: JavaScript Arrays
  18. Monday Introduction to Looping
  19. Monday forEach Loops
  20. Monday Practice: Looping
  21. Monday Gathering Data with Checkboxes
  22. Monday Practice: forEach loops
  23. Monday Homework: Equality Versus Equity
  24. Tuesday Building a Text Analyzer
  25. Tuesday Overview of Test-Driven Development (TDD) with Text Analyzer
  26. Tuesday Text Analyzer with TDD: wordCounter()
  27. Tuesday Text Analyzer with TDD: numberOfOccurrencesInText()
  28. Tuesday Practice: Extending Text Analyzer Business Logic with TDD
  29. Tuesday Separation of Logic: Adding a UI to Text Analyzer
  30. Tuesday Separation of Logic: Fixing a Bug in Text Analyzer
  31. Tuesday Separation of Concerns in Text Analyzer: boldPassage() UI Function
  32. Tuesday DRYing Code and Completing the Text Analyzer UI
  33. Tuesday Practice: Using TDD with Text Analyzer
  34. Wednesday Printing an Array to a Webpage
  35. Wednesday Looping with for
  36. Wednesday Practice: Looping with for
  37. Wednesday When to use for
  38. Wednesday for Loops with Text Analyzer
  39. Wednesday Practice: Pig Latin
  40. Wednesday Further Exploration: Introduction to Regular Expressions
  41. Wednesday Further Exploration: Regular Expressions with Text Analyzer
  42. Thursday Array Mapping
  43. Thursday Practice: Array Mapping
  44. Thursday Practice: Credit Card Validator, Roman Numerals, or Cryptosquare
  45. Thursday Further Exploration: Looping with for...of
  46. Thursday Further Exploration: While Loops
  47. Thursday Optional Review: Which Loop Should I Use?
  48. Thursday LinkedIn
  49. Friday Arrays and Looping Independent Project