In this video

We create the initial checkForWinner method.

Assignment:
  1. Refactor the code in the checkForWinner method to split out responsibilities
  2. To do this: create a new method called countTile and move the tile counting responsibilites into it and call it from the correct place
 

I finished! On to the next chapter