We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06abb3f commit c9f71fbCopy full SHA for c9f71fb
077-sortable list/script.js
@@ -2,16 +2,16 @@ const draggableList = document.getElementById("draggable-list");
2
const check = document.getElementById("check");
3
4
const richestPeople = [
5
+ "Elon Musk",
6
+ "Larry Ellison",
7
+ "Mark Zuckerberg",
8
"Jeff Bezos",
- "Bill Gates",
9
+ "Larry Page",
10
+ "Sergey Brin",
11
"Bernard Arnault",
12
+ "Jensen Huang",
13
"Warren Buffett",
- "Larry Ellison",
- "Amancio Ortega",
- "Mark Zuckerberg",
- "Jim Walton",
- "Alice Walton",
14
- "S. Robson Walton",
+ "Steve Ballmer",
15
];
16
17
const listItems = [];
0 commit comments