RRRishabh Rathoreinrishbitsnbytes.hashnode.dev·Oct 4, 2022 · 3 min readIntroduction to JavaScript SelectorsIntroduction We have many DOM methods to save html elements in JS variables. In this blog, I will be explaining how the method "querySelector" works. And how we can select elements more specifically using this method. How querySelector() works? Consi...00
RRRishabh Rathoreinrishbitsnbytes.hashnode.dev·Aug 7, 2022 · 8 min readJavaScript: Errors, Types, PropertiesIntroduction In this blog, I am going to talk about types of errors in Javascript. So grab a seat, and have popcorns ready. Javascript throws runtime errors and today we are going to see how to read, understand and use those errors in your code. Erro...00
RRRishabh Rathoreinrishbitsnbytes.hashnode.dev·May 6, 2022 · 4 min readReconciliation in ReactIntroduction Let's say, we are cooking a dish, and after tasting it we realized salt is a bit less. What will we do then? Of course, we will add more salt to it instead of cooking it again Similarly, Reconciliation in React works, it computes and cal...00
RRRishabh Rathoreinrishbitsnbytes.hashnode.dev·May 2, 2022 · 3 min readBasics of APIWhat an API is? First thing first, an API stands for Application Programming Interface. It’s just the way software talks to each other. It’s basically a software intermediary between two different applications. APIs are all around us, it’s integrated...00