0
0
Fork 0

Update the team object + docs

This commit is contained in:
Oliver-Akins 2020-12-27 13:11:02 -07:00
parent 69376e51f7
commit e19fb1ef3a
2 changed files with 7 additions and 3 deletions

View file

@ -19,6 +19,7 @@ export class Team {
*/
get hand(): string[] { return this._hand; };
get answers(): string[] { return this._answers; };
get questions(): string[] { return this._questions; };
public addQuestions(questions: string[]): void {