Skip to content

Commit 4b57d13

Browse files
committed
Passing Lesson02 Quiz for Kimberlee
1 parent 1ecfa13 commit 4b57d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_02/quiz/src/lesson2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Lesson2 {
3939
[AnswerChoice.C, "To delete unnecessary files"],
4040
[AnswerChoice.D, "To run code more efficiently"],
4141
]),
42-
AnswerChoice.D, // Replace `UNANSWERED` with the correct answer.
42+
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
4343
);
4444
}
4545

@@ -56,7 +56,7 @@ export class Lesson2 {
5656
[AnswerChoice.C, "A tool for merging branches"],
5757
[AnswerChoice.D, "A way to delete a repository"],
5858
]),
59-
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
59+
AnswerChoice.A, // Replace `UNANSWERED` with the correct answer.
6060
);
6161
}
6262

0 commit comments

Comments
 (0)