@@ -39,7 +39,8 @@ export class Lesson2 {
39
39
[ AnswerChoice . C , "To delete unnecessary files" ] ,
40
40
[ AnswerChoice . D , "To run code more efficiently" ] ,
41
41
] ) ,
42
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
42
+
43
+ AnswerChoice . B ,
43
44
) ;
44
45
}
45
46
@@ -48,15 +49,12 @@ export class Lesson2 {
48
49
1 ,
49
50
"What is a fork in Git?" ,
50
51
new Map ( [
51
- [
52
- AnswerChoice . A ,
53
- "A duplicate copy of a repository that you own and modify" ,
54
- ] ,
52
+ [ AnswerChoice . A , "A duplicate copy of a repository that you own and modify" ] ,
55
53
[ AnswerChoice . B , "A temporary backup of the code" ] ,
56
54
[ AnswerChoice . C , "A tool for merging branches" ] ,
57
55
[ AnswerChoice . D , "A way to delete a repository" ] ,
58
56
] ) ,
59
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
57
+ AnswerChoice . A ,
60
58
) ;
61
59
}
62
60
@@ -70,7 +68,7 @@ export class Lesson2 {
70
68
[ AnswerChoice . C , "Push changes to the server" ] ,
71
69
[ AnswerChoice . D , "Write code directly in GitHub" ] ,
72
70
] ) ,
73
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
71
+ AnswerChoice . D ,
74
72
) ;
75
73
}
76
74
@@ -84,7 +82,7 @@ export class Lesson2 {
84
82
[ AnswerChoice . C , "git branch" ] ,
85
83
[ AnswerChoice . D , "git pull" ] ,
86
84
] ) ,
87
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
85
+ AnswerChoice . B ,
88
86
) ;
89
87
}
90
88
@@ -98,7 +96,7 @@ export class Lesson2 {
98
96
[ AnswerChoice . C , "NetBeans" ] ,
99
97
[ AnswerChoice . D , "VS Code" ] ,
100
98
] ) ,
101
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
99
+ AnswerChoice . D ,
102
100
) ;
103
101
}
104
102
@@ -112,7 +110,7 @@ export class Lesson2 {
112
110
[ AnswerChoice . C , "Dev Containers" ] ,
113
111
[ AnswerChoice . D , "Source Control" ] ,
114
112
] ) ,
115
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
113
+ AnswerChoice . C ,
116
114
) ;
117
115
}
118
116
@@ -126,7 +124,7 @@ export class Lesson2 {
126
124
[ AnswerChoice . C , "Playing music" ] ,
127
125
[ AnswerChoice . D , "Managing source control" ] ,
128
126
] ) ,
129
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
127
+ AnswerChoice . C ,
130
128
) ;
131
129
}
132
130
@@ -140,7 +138,7 @@ export class Lesson2 {
140
138
[ AnswerChoice . C , "cd" ] ,
141
139
[ AnswerChoice . D , "mkdir" ] ,
142
140
] ) ,
143
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
141
+ AnswerChoice . B ,
144
142
) ;
145
143
}
146
144
@@ -154,7 +152,7 @@ export class Lesson2 {
154
152
[ AnswerChoice . C , "cd" ] ,
155
153
[ AnswerChoice . D , "mkdir" ] ,
156
154
] ) ,
157
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
155
+ AnswerChoice . C ,
158
156
) ;
159
157
}
160
158
@@ -168,7 +166,7 @@ export class Lesson2 {
168
166
[ AnswerChoice . C , "Remove a file or directory" ] ,
169
167
[ AnswerChoice . D , "Copy a file or directory" ] ,
170
168
] ) ,
171
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
169
+ AnswerChoice . A ,
172
170
) ;
173
171
}
174
172
@@ -182,7 +180,7 @@ export class Lesson2 {
182
180
[ AnswerChoice . C , "⌘ + Q" ] ,
183
181
[ AnswerChoice . D , '⌘ + S, then type "terminal"' ] ,
184
182
] ) ,
185
- AnswerChoice . UNANSWERED , // Replace `UNANSWERED` with the correct answer.
183
+ AnswerChoice . B ,
186
184
) ;
187
185
}
188
186
}
0 commit comments