Access the parent of the li element using document.getElementById() with the ID "list".
li
document.getElementById()
"list"
Make sure to type document.getElementById("list").
document.getElementById("list")