Categories
APIs ES6 JavaScript

Asynchronous Javascript: fetch, Promises and async / await

Understanding asynchronous javascript – and working with APIs generally – can really take your horizons to a whole new level. There are countless APIs out there that suddenly become available to you; whether that’s free datasets or triggering functionality in your favourite product.

The world is your lobster!

Categories
ES6 JavaScript

ES6 Arrow Functions Explained

Arrow functions are my personal favourite addition to Javascript that came along with ES6. Find out how to use them.

Categories
ES6 JavaScript

ES6 Template Literals (Template Strings) Explained

With ES6, we can do string concatenation in a more natural way that improves readability. It’s super simple!

Categories
ES6 JavaScript

Quick Guide to ES6 Array Helper Methods (with Examples)

In the interest of writing quicker, cleaner and clearer code, ES6 array helper methods are the bees knees.