Index
Overview
This is a one-pager summary for promises, async and await.
Gotchas
SUGGESTION -- Use js traditional code style with promises (async and await). Keep it simple. Do NOT use functional programming style -- there are gotchas (with fp) as shown here. See links below.