Mapping Over Promises in JavaScript - Mapping over promises is definitely really useful. I tend to either do it with either Promise.all or just an old school for loop depending on whether I need sequential or parallel resolution. The option to set concurrency could be quite useful. www.telerik.com #