Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
{
$and: [
{$or: [ {"tag": "Horror"}, {"tag": "Thriller"} ] },
{$or: [ {"year": 1958}, {"year": 2015} ]}
]
}
{ "title" : "Star Wars: The last Jedi", "tag" : ["Adventure", "Fantastic", "SF"], "year" : 2015}
{ "title" : "Kiss them for me", "tag" : ["Comedy"], "year" : 1957}
{ "title" : "Vertigo", "tag" : ["Thriller", "Drama", "Romance"], "year" : 1958 }
{ "title" : "Demonic", "tag" : ["Horror", "Thriller"], "year" : 2015}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!