Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (6 loc) · 259 Bytes

a kata on callbacks, promises, async and await

Write, test first, a node program which every minute prints a fact about cats.

https://catfact.ninja/fact

First using callbacks.

Then using Promises, with then and catch.

Then using async and await.