Skip to content

Commit 856487e

Browse files
joodbViolet-Bora-Lee
authored andcommitted
[이벤트 위임] 과제3 해답 번역 - line 74(#1312)
1 parent fc1bbfc commit 856487e

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
@@ -71,7 +71,7 @@
7171

7272
let rowsArray = Array.from(tbody.rows);
7373

74-
// compare(a, b) compares two rows, need for sorting
74+
// 변수 compare에 할당할 함수 compare(a, b)는 두 행을 비교하고 필요에 따라 정렬을 진행합니다.
7575
let compare;
7676

7777
switch (type) {

0 commit comments

Comments
 (0)