Create an id attribute for this unordered list.

<html><body><h3>My Notes</h3><ul id="wishList"><li>Earbuds</li><li>Pogo Stick</li></ul><script>var text = document.getElementById("wishList").innerHTML;
console.log(text);</script></body>
</html>]]>

Make sure to assemble id="wishList".