Skip to content

Commit 060334d

Browse files
DayhunViolet-Bora-Lee
authored andcommitted
[이벤트 위임] 과제3 해답 번역 - line 63(#1312)
1 parent 1971585 commit 060334d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

2-ui/2-events/03-event-delegation/3-sortable-table/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
let th = e.target;
6262
// if TH, then sort
63-
// cellIndex is the number of th:
63+
// cellIndex는 몇 번째 열인지를 나타내는 인덱스 값입니다.
6464
// 0 for the first column
6565
// 1 for the second column, etc
6666
sortGrid(th.cellIndex, th.dataset.type);

0 commit comments

Comments
 (0)