Node-Study-Guide / openjs-nodejs-application-developer-study-guide

Resources and notes to help prepare for the Node JS Application Developer (JSNAD) certification exam
http://nodestudyguide.com/
81 stars 17 forks source link

Adding control flow #15

Closed donovanh closed 5 years ago

donovanh commented 5 years ago

Adds an overview of callbacks, promises, async await.

Includes a "show solution" function and implementation.

Includes default instead of default.njk - will be easier to change templating in future if need be.

donovanh commented 5 years ago

Note @readikus I'd like to redo the menu to use a data object and a loop rather than the current copy pasta - should be another PR though