Code sources for my promises talk
Translation: PT
Link: Here
All examples are in teaching order, so starting from the basics of callbacks to Async/await. Just run node src/<dir>/<file>
to run the examples.
Some examples have commented code within them, so you migh want to try uncommenting them and trying out different parts of the code