We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2005137 commit 896d8f4Copy full SHA for 896d8f4
Chapter 4/Adapter.js
@@ -50,3 +50,7 @@ var Westeros;
50
})(Westeros.Transportation||(Westeros.Transportation={}));
51
varTransportation=Westeros.Transportation;
52
})(Westeros||(Westeros={}));
53
+
54
+varship=newWesteros.Transportation.ShipAdapter();
55
+ship.GoForward();
56
+ship.TurnLeft();
Chapter 4/Adapter.ts
@@ -49,3 +49,8 @@ module Westeros.Transportation
49
GoForward();
}
0 commit comments