File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Website : https://sbcode.net/typescript
5
5
Paperback : ASIN B0948BCH24 : https://www.amazon.com/dp/B0948BCH24
6
6
eBook : ASIN B094716FD6 : https://www.amazon.com/dp/B094716FD6
7
7
Udemy : https://www.udemy.com/course/design-patterns-typescript/?referralCode=6384C079FB0A503DB9D9
8
- YouTube Membership : https://www.youtube.com/channel/UCmUILI2AWt2MSUgPlZwFdOg/join
8
+ YouTube Playlist : https://www.youtube.com/playlist?list=PLKWUX7aMnlELvv8bXquIgxXYyHH5SFlaP
9
9
10
10
Copyright (c) 2019-2021, Sean Bradley
11
11
All rights reserved.
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ export default class Chair implements IChair {
14
14
width = 0
15
15
depth = 0
16
16
17
- createObject ( ) : IChair {
18
- return this
19
- }
20
-
21
17
getDimensions ( ) : dimension {
22
18
return {
23
19
width : this . width ,
You can’t perform that action at this time.
0 commit comments