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 1ecfa13 commit 4b57d13Copy full SHA for 4b57d13
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
@@ -56,7 +56,7 @@ export class Lesson2 {
56
[AnswerChoice.C, "A tool for merging branches"],
57
[AnswerChoice.D, "A way to delete a repository"],
58
59
- AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
+ AnswerChoice.A, // Replace `UNANSWERED` with the correct answer.
60
61
62
0 commit comments