In this blog post, I take a different approach to explaining `this` in JavaScript: I pretend that arrow functions are the real functions and ordinary functions a special construct for methods. I think it makes `this` easier to understand – give it a try. (more…)
Read more »
I recently received this kind message on LinkedIn from the president of a Canadian cybercrime technology company: (more…)
Read more »
Spread operator and rest parameter are great additions. The article explains how they improve array literals, array destructuring and function arguments handling.
Read more »
Vanilla JS equivalents of jQuery methods. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
A Javascript library for browser exploitation. Contribute to theori-io/pwnjs development by creating an account on GitHub. (more…)
Read more »