Setting up the getGrades project

This will set us up to actually explore the async/await syntax, using const getGrades. getGrades is going to be very similar to getUsers although. Instead of working with the users array, it is going to work with the grades array:

const getGrades = () => {};

Now, we don't have any grades set up, so let's go ahead and set some up.

Get Advanced Node.js Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.