Skip to content

Project #31 of Codecademy's Full Stack Engineer Career Path

License

Notifications You must be signed in to change notification settings

AntonV0/team-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Team Stats

Project #31 from Codecademy's Full Stack Engineer Career Path

By Anton Vlasenko (AntonV0)

Project Outline

Team Stats lets you create, retrieve, and add information about your favorite sports team. This project uses JavaScript objects (team), their properties (_players and _games), the array properties within them (firstName, lastName, age, opponent, teamPoints, and opponentPoints), and the getter/setter object accessors. The relevant data was added using the addPlayer() and addGame() methods.

What I Learned

  • Making property arrays with multiple properties nested within them
  • Implementing methods that add new items to the arrays

About

Project #31 of Codecademy's Full Stack Engineer Career Path

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published