Which runs first? The JavaScript Job Queue and microtasks

When Promises were first introduced in ES6, they made the job of writing asynchronous code easier. Callback hell was replaced with simpler constructs that allowed developers to more easily handle asynchronous tasks. The key to understanding promises is kn… Read more

Similar

JavaScript vs. Unix Tools (part 2)

Once I did a work sample for an IT company in Sweden. I was even more junior then than now. My feedback was that they thought my solutions was OK, but not good. I don't know if I would've gotten the job since I got another before they had time to decide. (more…)

Read more »