Attach the external script file as the source for your data
Using the data provided in the external script file create an array of Product objects called productList.
Use the properties/methods defined in the comments to create the Product objects
Display the number of objects in the productList array on the page as indicated
Use a loop to display the contents of the productList on the page in the div element after the PRODUCT
OUTPUT heading
The output should follow the same pattern as the example output
All prices should be displayed as USD formatted currency
Convert one of your Product objects into a JSON formatted object. Display the object in the console