1,237
Articles
2,559,447
Total Reads
323
Topics
SEO✓
Optimised

🔥 Trending Now

View All →

📰 Latest Articles — JavaScript

Web Components logo with custom elements JavaScript 👁 3,657
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 👁 3,863
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…