View on GitHub

reading-notes

Reading notes for Codesfellows Coding

Node Ecosystem, TDD

Describe (in plain English) what Array.map() does

Describe (in plain English) what Array.reduce() does

Provide code snippets showing how to use superagent() to fetch data from a URL and log the result With normal Promise .then() syntax Again with async / await syntax

.then

}”

async / await

Explain promises as though you were mentoring a Code 301 level student Are all callback functions considered to be Asynchronous? Why or Why Not?