-
Notifications
You must be signed in to change notification settings - Fork 19
Adding control flow #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
readikus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Fantastic bit of writing and teaching.
I'm not sure it's linked from the menu?
jjmax75
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one @donovanh
I started reviewing but will wait for Ian's review to go through
Looks good though, great start
|
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 |
a5fb5cb to
979c679
Compare
979c679 to
f082791
Compare
Adds an overview of callbacks, promises, async await.
Includes a "show solution" function and implementation.
Includes
defaultinstead ofdefault.njk- will be easier to change templating in future if need be.