RMrahul mishrainrahulmishrawrites.hashnode.dev路May 3, 2025 路 7 min readUnderstanding Primitive vs. Reference Types in JavaScript: Why Does My Object Change?As a budding JavaScript developer, I recently stumbled upon a fascinating (and slightly confusing!) behavior while experimenting with strings and objects. I wrote a simple piece of code to copy a string and an object, modified the copies, and expecte...00
RMrahul mishrainrahulmishrawrites.hashnode.dev路Oct 15, 2024 路 3 min readCreating and Accessing ObjectsIn this blog post, we'll dive into various aspects of JavaScript objects and arrays, exploring how to create, access, modify, and combine them. Whether you're a beginner or looking to refresh your knowledge, this guide will provide valuable insights ...00
RMrahul mishrainrahulmishrawrites.hashnode.dev路Oct 15, 2024 路 3 min readCombining Arrays in JavaScript: From Worst Practices to Best PracticesWhen working with JavaScript, merging arrays is a common task that can be approached in various ways. However, not all methods are created equal. In this article, we will explore different techniques for combining arrays, highlighting the worst pract...00
RMrahul mishrainrahulmishrawrites.hashnode.dev路Feb 19, 2024 路 2 min readDemystifying React Fiber: A Beginner's GuideHey there, friend! 馃憢 So, you've just dipped your toes into the vast ocean of coding, and now you're curious about this thing called React Fiber, right? Well, buckle up, because I'm here to break it down for you in the simplest way possible! Imagin...00
RMrahul mishrainrahulmishrawrites.hashnode.dev路Jan 4, 2024 路 2 min readCreating a Dynamic Background Color App with React NativeHello Hashnode community! 馃憢 Today, I'm excited to share a simple yet engaging mobile app I built using React Native. This app allows you to change the background color dynamically with just a tap. Let's dive into the code and explore the magic of co...00