# Explain the SET Modifier in MongoDB?

The $set operator replaces the value of a field with the specified value. If the field does not exist, 
$set will add a new field with the specified value, provided that the new field does not violate a type constraint.

Sources:

$Set — MongoDB Manual. www.mongodb.com/docs/manual/reference/operator/update/set.
