
🚫 Stop Using array.length - 1. Here’s a Magical Alternative ✨
- webdev
- programming
- javascript
- beginners
Hey there, dev fam 👋 Have you ever found yourself accessing last element of an array again and again...

Why Does Event Bubbling Happen by Default? (And Why It Makes Sense)
- webdev
- javascript
- programming
- beginners
Why Does Event Bubbling Happen by Default? (And Why It Makes Sense) When studying event...

What is bubbling in DOM. Why parents is triggering on the event of children? To know read the full blog.
- javascript
- webdev
- tutorial
- frontend
The DOM Bubble! What is event bubbling, and how to handle it? ...

The DOM Bubble! What is event bubbling, and how to handle it?
- webdev
- javascript
- frontend
- programming
The conecpt: Event bubbling is a concept in javascript dom where an event propagetes to...

Master Union And Intersection in Typescript
- webdev
- typescript
- beginners
- programming
In TypeScript, union and intersection types serve as powerful tools to enrich the flexibility and...

Check if a key exists in JavaScript object?
- webdev
- beginners
- javascript
- tutorial
In development, we often need to check whether a key exists in an object or not. You may know one or...

Why shouldn't use Var in JavaScript.
- javascript
- var
- beginners
- webdev
In JavaScript, we need to declare variables. There are three ways to declare variables using the...

Compare two objects are same or not in JavaScript.
- webdev
- javascript
- beginners
- programming
Object is a hash data-structure in javascript used to store data in format of key-values. In program...