Google News
logo
MongoDB - Quiz(MCQ)
_______ accepts only single argument expression.
A)
$bool
B)
$setIsSubset
C)
$anyElementTrue
D)
None of the above

Correct Answer :   $anyElementTrue


Explanation : $anyElementTrue returns true if any elements of a set evaluate to true; otherwise, returns false.

Advertisement