In this video

We create the files for our new gamegrid child component.

Assignment:
  1. Move the display and functionality of the game grid into the child component
  2. Move the HTML of the div with a class of "gamegrid" and all of its child HTML
  3. Also move the appropriate methods and properties such as the click event handlers for the grid tiles and the properties that control the class of each tile.
 

I finished! On to the next chapter