HHamzainhamzamirza.hashnode.dev·Feb 18, 2025 · 4 min readPass by Value & Pass by ReferenceI once failed an interview because I didn’t explain enough about how certain data types are passed to a function. It seemed like a small detail at the time, but in reality, it plays a big role in how we write and debug code. That’s exactly what these...00
HHamzainhamzamirza.hashnode.dev·Feb 11, 2025 · 3 min readRecursion in JavaScriptOne thing I really struggled with was understanding functions that call themselves. At first, recursion seemed confusing because I wasn’t sure how and why a function would keep calling itself. Recursion is a programming concept where a function calls...00
HHamzainhamzamirza.hashnode.dev·Jan 30, 2025 · 5 min readReact Redux For BeginnersIn this article, I’ll give you a quick overview of Redux, especially how to use it with React. Redux helps us manage state and makes it accessible globally. This is really useful in bigger applications, because relying only on component or context st...00