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 47aba8e commit 9ed2924Copy full SHA for 9ed2924
lesson_02/quiz/src/lesson2.ts
@@ -39,7 +39,7 @@ export class Lesson2 {
39
[AnswerChoice.C, "To delete unnecessary files"],
40
[AnswerChoice.D, "To run code more efficiently"],
41
]),
42
- AnswerChoice.D, // Replace `UNANSWERED` with the correct answer.
+ AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
43
);
44
}
45
@@ -154,7 +154,7 @@ export class Lesson2 {
154
[AnswerChoice.C, "cd"],
155
[AnswerChoice.D, "mkdir"],
156
157
+ AnswerChoice.C, // Replace `UNANSWERED` with the correct answer.
158
159
160
0 commit comments