Open up your 'script.js' file and make code changes there:

Update the function named 'printEachFood' so that it uses .forEach to append a paragraph element of each food to the div element with an id of 'printed-food'.

When you're done, call the function in the input with an array of your top 3 foods. Hit Run Code to run any input code.

Results: