ABAnkita Bagaleinankitab.hashnode.dev路Jun 15, 2021 路 4 min readReconciliation in React 馃くSuppose, we are cooking curry, 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 calculates the differen...02SS
ABAnkita Bagaleinankitab.hashnode.dev路Mar 21, 2021 路 13 min readJavaScript: Errors, Types, PropertiesIn this blog, I am going to talk about types of errors in Javascript. So grab a seat, 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 Error: In JS, an Error...01S
ABAnkita Bagaleinankitab.hashnode.dev路Jan 14, 2021 路 5 min readIntroduction to JavaScript SelectorsWe have many DOM methods to save html elements in JS variables. In this blog, I will be explaining how method "querySelector" works. And how we can select elements more specifically using this method. How querySelector() works? Consider a simple html...02G
ABAnkita Bagaleinankitab.hashnode.dev路Dec 20, 2020 路 7 min readLet's Learn Functions in JavascriptSuppose there is a task which needs to be done again and again in your program. You will have to write the code again and again. It's a lot of repetitive work. Can this effort be saved? Yes. Functions come to your rescue! Let us begin! What is a func...00
ABAnkita Bagaleinankitab.hashnode.dev路Dec 4, 2020 路 6 min readWhat is API....Ever wondered how travel booking sites are able to list thousands of flights and hotels for a destination and showcase the cheapest option... The answer is API. In technical terms, API is Application Programming Interface. The name itself says it's a...00