RVRashika Veerainrashveera.hashnode.dev·Oct 11, 2023 · 4 min readEpisode 1: ReactBefore diving into the code functionality of react, there are some basic terms that we have to understand. The most common question that most of us have Is React a Library or a Framework? The technical difference between a framework and a library lie...00
RVRashika Veerainrashveera.hashnode.dev·Oct 1, 2023 · 1 min readDay 0: JS seriesHoisting with Let and const With practical experience, you might say let and const don't hoist and it throws out an error. The fact is let and const hoist but it'll be in a Temporal Dead Zone. Temporal Dead Zone: The area where the variable is hoiste...00
RVRashika Veerainrashveera.hashnode.dev·Oct 1, 2023 · 1 min readHoisting with fnsHoisting : Moving the functions and variables to the top of their respective scope. It doesn't works on Function expression and Arrow functions. You might wonder why it wouldn't work? It's because the function expression would be defined as var x=fun...00
RVRashika Veerainrashveera.hashnode.dev·Oct 1, 2023 · 1 min readIntense BurnoutIt's been a year and a half since I have started dsa programming. I have solved 600+ problems but it's not enough to get an entry level job. So I have decided to work on learning javascript and react through namaste javascript and react series . I ha...00