We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de8fe0 commit 9402ff2Copy full SHA for 9402ff2
2-ui/2-events/03-event-delegation/3-sortable-table/task.md
@@ -34,7 +34,7 @@ Each `<th>` has the type in the attribute, like this:
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
-Only `"string"` and `"number"` types should be supported.
+이 문제에선 `'숫자'`와 `'문자열'` 타입만 다룬다고 가정하겠습니다.
38
39
The working example:
40
0 commit comments