cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/sortable-list/
## Sortable List
Display a scrambled list that can be sorted with drag and drop
## Project Specifications
- Create an o
Display a scrambled list that can be sorted with drag and drop
## Project Specifications
- Create an o
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const draggable_list = document.getElementById('draggable-list');
const check = document.getElementById('check');
const richest
const check = document.getElementById('check');
const richest