Is async/await a step back to JavaScript?
Thoughts on the famous pair of magic keywords, promise chains and a bit of functional programming...
Read more »Since arrow functions were introduced in ES6, they have become increasingly popular, changing the look and function of regular functions. I love arrow functions; I use them all the time. In fact, t… Read more