Operator
Insert Operators
$lt and $lte
$gt and $gte
$ne
$in and $nin
$or
$all
$elemMatch
Query an Embedded Document or Array of Embedded Document
$slice
Update Operators
Two ways to manipulate values in arrays.
By position
Position operator (the $ character)
When we don’t know what index of the array to modify.
Updates only the first match.
Example
Last updated