{title}
+{price}
+{description}
+ + {inStock ? "In stock" : "Out of stock"} + +Comments
+ {comments.map((comment, index) => ( +{comment.name}
+{`${comment.date} ${comment.time}`}
+{comment.comment}
+{price}
+{description}
+ + {inStock ? "In stock" : "Out of stock"} + +{comment.name}
+{`${comment.date} ${comment.time}`}
+{comment.comment}
+