All articles
Here's a list of all my great articles
Learn about JavaScript classes, their syntax, and how to use them effectively.
Understand the behavior of the `this` keyword in JavaScript, how it changes based on context, and how to control its value using different techniques.

Learn techniques for applying background image overlays for improved text readability and applying the color gradient over the image

Discover how urban gardening can beautify city spaces and provide sustainable food sources.

In my second article in a series dedicated to DOM API, I will focus on adding and removing HTML elements from the Document Object Model (DOM). These actions are the bread and butter for creating…

This article is focused on updating the content of webpage with the help of JavaScript. We are going to manipulate Document Object Model (DOM)**, which represents the structure of an HTML document.