📚 All Articles

Open Link
Web Components logo with custom elements JavaScript
1 min read

Before React and Vue, there was a native browser standard for reusable components: Web Components. They consist of three main technologies: Custom Elements…

JavaScript code highlighting the 'this' keyword JavaScript
1 min read

The 'this' keyword in JavaScript is notoriously confusing because its value depends on how the function is called. In the global context, this refers to th…