There are thousands of people learning JavaScript and web development in the hopes of getting a job. Often, self-learning leaves gaps in people’s understanding of the JavaScript language itself. It’s… (more…)
Read more »
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 »
This presentation was recorded at GOTO Chicago 2020. #GOTOcon #GOTOchgo http://gotochgo.com Stuart Langridge - Member of the Web Standards Project's DOM Scri... (more…)
Read more »
It’s been a long-standing dream of front-end developers to have a way to apply CSS to an element based on what’s happening inside that element. (more…)
Read more »