mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
added first comment
This commit is contained in:
parent
7ae6652573
commit
9e1b78ef70
@ -1,3 +1,4 @@
|
||||
// class to create items with name, sell by date, and quality
|
||||
export class Item {
|
||||
name: string;
|
||||
sellIn: number;
|
||||
@ -63,7 +64,7 @@ export class GildedRose {
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log(this.items);
|
||||
|
||||
return this.items;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user