hungtruong97 / pokemon-ts

0 stars 0 forks source link

Add a pokemon to a team #1

Open hungtruong97 opened 11 months ago

hungtruong97 commented 11 months ago

Create team context Add a pokemon to a team

https://github.com/hungtruong97/pokemon-ts/pull/2

hungtruong97 commented 11 months ago

Limit the team number to 6 If the team is less than 6, print empty slots. If the team is more than 6, remove a pokemon from the team.