Virtual Dom In ReactThe virtual DOM (VDOM) is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory and synced with the…Nov 4, 2020Nov 4, 2020
What is DOM?In simple words, DOM is a document object model. When the browser parses an HTML file then javascript creates an object of this HTML file…Sep 22, 2020Sep 22, 2020
Javascript: prototypeThe prototype is a property of any javascript function which is a point to an object.Sep 6, 2020Sep 6, 2020
Javascript: reduce()The reduce() method executes a reducer function on each element of the array.Aug 27, 2020Aug 27, 2020
Arrow Functions in JavaScriptArrow Functions, also known as Fat Arrows, are one of the simpler new features in ES6.Aug 22, 2020Aug 22, 2020
Object In JSAn object is a collection of properties, and a property is an association between a key and a value.Aug 18, 2020Aug 18, 2020