Introduction to Promises Dealing with asynchronous code? Promises is the way to deal with it without writing multiple callbacks. Promises wer…
Read moreArrow functions were introduced with ES6 as a new way of writing JavaScript functions. This post will cover basic syntax of Arrow functions, commo…
Read more