Let's say, we are cooking a dish, 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 difference between virtual DOM and actual DOM and re-renders the changes on the screen.
Read More...In 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.
Read More...We 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.
Read More...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.....
Read More...