Skip to content

Commit c9f71fb

Browse files
committed
fix: richest people list
1 parent 06abb3f commit c9f71fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

077-sortable list/script.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ const draggableList = document.getElementById("draggable-list");
22
const check = document.getElementById("check");
33

44
const richestPeople = [
5+
"Elon Musk",
6+
"Larry Ellison",
7+
"Mark Zuckerberg",
58
"Jeff Bezos",
6-
"Bill Gates",
9+
"Larry Page",
10+
"Sergey Brin",
711
"Bernard Arnault",
12+
"Jensen Huang",
813
"Warren Buffett",
9-
"Larry Ellison",
10-
"Amancio Ortega",
11-
"Mark Zuckerberg",
12-
"Jim Walton",
13-
"Alice Walton",
14-
"S. Robson Walton",
14+
"Steve Ballmer",
1515
];
1616

1717
const listItems = [];

0 commit comments

Comments
 (0)