Update the team object + docs
This commit is contained in:
parent
69376e51f7
commit
e19fb1ef3a
2 changed files with 7 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue