8. Coding JavaScript in MongoDB
Overview
In this chapter, you will learn how to read, understand, and create simple MongoDB applications using the Node.js driver. These applications will help you to programmatically fetch, update, and create data in your MongoDB collections, as well as to handle errors and user inputs. By the end of this chapter, you will be able to create a simple application built on top of MongoDB.