APIs allow you to interact with some big data platforms like twitter and pull their data to your application, then display it. To pull data from a website, they first have to offer a web API. …
Async, Await, & Recursion
Sidebar, the formatting is intentionally different between this article and the last one, while I nail down with intention which one I prefer. I'd love to hear your preference in the comments or on …
Async Await
In this project, we will be working with promises. Specifically, we are going to use with async & await to build a prompt interface. When someone clicks on something on the page, we want them to …