There's an extra period at the end of this line of MongoDB code: > Then add a new person into a new collection in the newly-created database. Notice the JSON format for the person's data: > > ``` > db.persons.insert({"id": 1, "first name": "Mary", "last name": "Smith", "salary": 5000}). > ```
There's an extra period at the end of this line of MongoDB code: