We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd2096 commit 1764fe7Copy full SHA for 1764fe7
lesson_12/README.md
@@ -12,4 +12,8 @@ Please review the following resources before lecture:
12
- [ ] Implement the `gameResult` method in [Lesson12.java](./structs_java/structs_app/src/main/java/com/codedifferently/lesson12/Lesson12.java).
13
- [ ] Implement the `Stack` methods in [Stack.java](./structs_java/structs_app/src/main/java/com/codedifferently/lesson12/Stack.java).
14
- [ ] Submit solutions via PR.
15
-- [ ] Do pre-work for [lesson 13](/lesson_13/).
+- [ ] Do pre-work for [lesson 13](/lesson_13/).
16
+
17
+### Extra credit
18
19
+- [ ] Complete TypeScript versions of methods in [lesson11.ts](./structs_ts/src/lesson12.ts) and [stack.ts](./structs_ts/src/stack.ts).
0 commit comments