File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 135
135
align-items : center;
136
136
gap : 0 ;
137
137
}
138
-
138
+
139
139
.challenge-main .codemirror-container ,
140
140
.challenge-main .tests-result-container {
141
141
width : 100% ;
175
175
{%include 'components/badge.html' with context %}
176
176
</ div >
177
177
< p class ="challenge-header__exerpt ">
178
- Complete code following the instructions below, so that there are no type errors
179
- throughout the test code except for those lines followed by a < code > # expect-type-error</ code > comment.
180
- You don't need to implement the function, just add type annotations.
181
- Hit the "Run" button to see result.
178
+ Complete code on the left side following the instructions. < br >
179
+ Right side is test code, lines followed by < code > # expect-type-error</ code >
180
+ should fail type check, others should pass. < br >
181
+ Hit the "▶️ Run" button to see result.
182
182
</ p >
183
183
</ div >
184
-
184
+
185
185
< div class ="challenge-main ">
186
186
<!-- Code Editor Area -->
187
187
< div class ="codemirror-container ">
262
262
checkWidth ( ) ; // Check the width initially
263
263
window . addEventListener ( 'resize' , checkWidth ) ;
264
264
</ script >
265
- {% endblock %}
265
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments