Let’s make a JavaScript Wait function

Async/await and its underlying use of promises are taking the JS world by storm. Now supported by a majority of client and server JS… Read more

Similar

JavaScript RORO Pattern

Code readability is a big thing. Developers spend a lot of our time reading code: other peoples code, our own code, code we have never seen before, etc. Writing code in a way that is as readable as possible can help save everyone on your team a lot of tim... (more…)

Read more »