MRMinhazur Rahman Rafiincodemaster32.hashnode.dev·May 7, 2021 · 3 min readDay -3 Blog writingVirtual DOM DOM manipulation is the heart of the modern, interactive web. In React, for every DOM object, there is a corresponding “virtual DOM object.” A virtual DOM object is a representation of a DOM object, like a lightweight copy. When you rende...00
MRMinhazur Rahman Rafiincodemaster32.hashnode.dev·May 5, 2021 · 3 min readDay -2 Blog writingSome interesting things of ES6 European Computer Manufacturers Association (ECMAScript) or (ES) is a standard for scripting languages like JavaScript, ActionScript and JScript. It was initially created to standardize JavaScript, which is the most pop...00
MRMinhazur Rahman Rafiincodemaster32.hashnode.dev·May 5, 2021 · 4 min readDay-1 Blog WritingDeclaring variables in JavaScript Variable means anything that can vary. JavaScript includes variables which hold the data value and it can be changed anytime. Variables of JavaScript are loosely-typed which means it does not require a data type to b...00