March 2018
Intermediate to advanced
592 pages
13h 44m
English
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.