This should be a pretty easy thing to do, but it\'s not returning anything.
The function love() should kick off, getting a simple number prompt, and spitting out a list of a
navPoints are not valid html elements, so the browser doesn't know what to do with them. They are being added to the DOM, just not displayed unless you add styling to do so.
If you replace them with paragraph tags, it works fine. See the example here.