JavaScript Awaits
With ES2017 JavaScript got a feature called async-functions. They are a handy feature to streamline your asynchronous code a bit more. (more…)
Read more »Javascript is a powerful language, but sometimes it doesn’t always do what you expect it to. Take the following expression for example. It’s a simple if statement that checks to see if true and then runs the code within the block. Running the code results… Read more