a kata on callbacks, promises, async and await
Write, test first, a node program which every minute prints a fact about cats.
First using callbacks.
Then using Promises, with then and catch.
Then using async and await.
a kata on callbacks, promises, async and await
Write, test first, a node program which every minute prints a fact about cats.
First using callbacks.
Then using Promises, with then and catch.
Then using async and await.