Introduction
The $each modifier lets you add multiple items to an array in one step. It works with $push to make adding many values easy and fast.
You want to add several new tags to a blog post's tags array at once.
You need to add multiple new friends to a user's friends list in one update.
You want to add several new scores to a player's score history in a game.
You are updating a product's list of available colors with many new options.