Async is a hard concept but what can be revealing is going through the three steps: 1. Get used to callbacks in NodeJS, for example write some code using fs that reads the content of a file, then provide a callback to…
Async is a hard concept but what can be revealing is going through the three steps: 1. Get used to callbacks in NodeJS, for example write some code using fs that reads the content of a file, then provide a callback to…