Skip to content

Commit ed86ed2

Browse files
committed
Hello Anthony. Patiently waiting for you to review the answers. New and improved code.
1 parent 90f4b2d commit ed86ed2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

lesson_02/quiz/src/lesson2.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ export class Lesson2 {
1515

1616
static makeQuizQuestions(): QuizQuestion[] {
1717
return [
18-
Lesson2.makeQuestion0(B),
19-
Lesson2.makeQuestion1(B),
20-
Lesson2.makeQuestion2(D),
21-
Lesson2.makeQuestion3(B),
22-
Lesson2.makeQuestion4(D),
23-
Lesson2.makeQuestion5(C),
24-
Lesson2.makeQuestion6(C),
25-
Lesson2.makeQuestion7(B),
26-
Lesson2.makeQuestion8(C),
27-
Lesson2.makeQuestion9(A),
28-
Lesson2.makeQuestion10(B),
18+
Lesson2.makeQuestion0(),
19+
Lesson2.makeQuestion1(),
20+
Lesson2.makeQuestion2(),
21+
Lesson2.makeQuestion3(),
22+
Lesson2.makeQuestion4(),
23+
Lesson2.makeQuestion5(),
24+
Lesson2.makeQuestion6(),
25+
Lesson2.makeQuestion7(),
26+
Lesson2.makeQuestion8(),
27+
Lesson2.makeQuestion9(),
28+
Lesson2.makeQuestion10(),
2929
];
3030
}
3131

0 commit comments

Comments
 (0)