In the code below,
we have an array of objects.
Each object holds details of
a product.
Log the details of each product
in the following manner:
Product: [Product Name], Price: $[Product Price]
Calculate the total price of all
products and log it to the console.