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 b184595 commit fc1bbfcCopy full SHA for fc1bbfc
2-ui/2-events/03-event-delegation/3-sortable-table/task.md
@@ -32,7 +32,7 @@ importance: 4
32
</table>
33
```
34
35
-In the example above the first column has numbers, and the second one -- strings. The sorting function should handle sort according to the type.
+위 예시에선 첫 번째 열엔 숫자가, 두 번째 열엔 문자열이 들어갑니다. 구현할 정렬 함수는 데이터 타입에 맞게 정렬을 해줘야 합니다.
36
37
이 문제에선 `'숫자'`와 `'문자열'` 타입만 다룬다고 가정하겠습니다.
38
0 commit comments