Tutorial

JavaScript: async / await

Posted on

As a Java developer it speaks for itself that I’m using Java most of the time. Recently I had to develop an AWS Lambda using Node.js. I had a great time learning about JavaScript. I learned about promises, async/await and functional programming in JavaScript. I created a small code-example below. This example will fetch some […]