KGKarishma Gajriainkarishmagajria.hashnode.dev·Jun 7, 2022 · 5 min readsetTimeOut + closuresSetTimeout + closures make one of the tricky topic to answer in the Js interviews. So by now you have undestood that this topic is really important , and should'nt be avoided according to interview perspective. Prerequisites: Closures - A closure i...00
KGKarishma Gajriainkarishmagajria.hashnode.dev·Jun 6, 2022 · 6 min readContext API + useReducer in ReactIn your react journey , you might have come across REDUX , which is a state management solution for web apps. Redux is a great library for managing state but includes a tons of boilerplate code and can overkill in a small to medium application. So, ...00
KGKarishma Gajriainkarishmagajria.hashnode.dev·Jun 4, 2022 · 4 min read"this" keyword in javascriptthis in js is one of the confusing topics that every js developer comes across in their dev journey from being to beginner to pro. If you want to become a pro js dev , then you need to have a strong grasp of this topic. So let's start ! so let's sta...00