Skip to content

Commit 9402ff2

Browse files
chooingViolet-Bora-Lee
authored andcommitted
[이벤트 위임] 과제3 문제 번역 - line 37(#1312)
1 parent 5de8fe0 commit 9402ff2

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/03-event-delegation/3-sortable-table

1 file changed

+1
-1
lines changed

2-ui/2-events/03-event-delegation/3-sortable-table/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each `<th>` has the type in the attribute, like this:
3434

3535
In the example above the first column has numbers, and the second one -- strings. The sorting function should handle sort according to the type.
3636

37-
Only `"string"` and `"number"` types should be supported.
37+
이 문제에선 `'숫자'``'문자열'` 타입만 다룬다고 가정하겠습니다.
3838

3939
The working example:
4040

0 commit comments

Comments
 (0)