const blogPosts = [{
title: "Dogs are just okay",
author: "Jake",
comments: ["Great Post", "You're awesome!"]
},
{
title: "Dogs are truly amazing",
author: "Dog Lover"
comments: ["<3", "Get lost, fool"]
}
]
I am aware of the intentional spelling errors in the comments. The error is indicated to be on one of the lines with comments.