You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helper-less async, each exercise presents asynchronous challenges of increasing difficulty and your job is to solve them without using require for anything other than local modules. Teach async programming the hard way...
for each exercise it would analyse the program source and make sure you have no non-core and non-local require() calls. The point being to force you to actually understand it instead of hiding behind a lib (or a pattern like promises .....)
Does anyone have a suggested outline for the lesson?
The text was updated successfully, but these errors were encountered:
From nodeschool/discussions#181:
Does anyone have a suggested outline for the lesson?
The text was updated successfully, but these errors were encountered: