In this video

We make currentTeam into an object.

Assignment: Make currentTeam a model object
  1. Create a Team model class, in a separate file
  2. give the redTeam, blueTeam, and currentTeam a type of Team
  3. Note: If StackBlitz doesn't reflect the new model class, reload the page after saving your changes.
 

I finished! On to the next chapter