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.