I am a Front-end developer who loves working with JavaScript & Reactjs.
Here I am to help you by sharing what I know & learned in more than 3 years of my journey. I will make sure you avoid the mistakes I made & you have a smoother journey.
I am available to consult for Front-end development & if connect with your mission, I would be happy to join your team.
The two most confusing methods in JavaScript 🧐 The difference between Slice and Splice can be hard to explain, especially in the interviews. You are already a little nervous on top of that, the name and the use case of these methods are so similar, ...

The unnecessary code 📰 You often write helper codes that are not directly related to the core logic, those are some unnecessary lines of code in between your logic and directly affect your code readability. Like writing a “for” loop with “If…else” f...

Introduction: Event Propagation is a mechanism that defines how the event travels through the DOM Tree to arrive at the target of the event. Let's understand this with the help of a simple example below 👇 Event Propagation example: Let’s say we have...

Introduction If you are new to JavaScript, Welcome mate! 🤜🤛 this series will take you from the basics of JavaScript to advanced concepts. And, if you already know JavaScript, this series will be a good brush up for your skills, so follow along. Als...
