Create a function that prompts a user for their name and three of their favorite ice cream flavors when the web page loads. Place the values entered by the user into an Array. Then, use a "for" loop to display their name and the ice cream flavors in an HTML unordered list. Use an external .js file.