0
0
Fork 0

Condense comment

This commit is contained in:
Oliver-Akins 2021-02-28 18:26:18 -07:00
parent 3b797ca9d8
commit 0be8cbf55b

View file

@ -17,9 +17,7 @@ export class Team {
}; };
/* /* The getters for the various class properties */
* The getters for the various class properties
*/
get hand(): string[] { return this._hand; }; get hand(): string[] { return this._hand; };
get answers(): string[] { return this._answers; }; get answers(): string[] { return this._answers; };
get questions(): string[] { return this._questions; }; get questions(): string[] { return this._questions; };