Access the second li element by adding document.getElementById(), with the ID "sugar".
li
document.getElementById()
"sugar"
Make sure to pick document followed by . and then getElementById, "sugar".
document
.
getElementById