Write JavaScript code to process the provided products variable to answer the questions below.
Log each of the answers to the console.
matchingProducts.
Write JavaScript to programmatically populate the provided div element with information about each product.
Specifically, the top-level div should contain a new child div element for each product (i.e. the product-specific div).
Each product-specific div element should contain separate p tags to display the product's name, description, and price, respectively;
as well as an img tag to display the image of that product;
and finally a hr element to produce a horizontal line separator between each of the products.