JavaScript Enjoys Your Tears

JavaScript is Single-Threaded? YES. But I can do things Asynchronously in it? YES. This is a talk I’ve given a few times on the Synchronous and Asynchronous behavior of JavaScript. Read more

Similar

The JavaScript This Keyword

The this keyword in JavaScript is one of the most confusing parts of the language, but understanding how it works and to what it is referring is vital to writing applications with as few errors as possible. (more…)

Read more »