MSMukul Sharmainmukul2244.hashnode.dev00How React Virtual DOM works under the Hood5d ago · 7 min read · React never touches the Real DOM directly on every state change. Instead, it builds a lightweight JavaScript copy of the DOM (Virtual DOM), compares the new version against the old one (diffing/reconcJoin discussion
MSMukul Sharmainmukul2244.hashnode.dev00Setting Up Your First Node.js Application Apr 28 · 2 min read · Node.js is an open-source, cross-platform JavaScript runtime environment that allows developers to execute JavaScript code outside of a web browser, primarily for building server-side and network applJoin discussion
MSMukul Sharmainmukul2244.hashnode.dev00The new Keyword in JavaScriptApr 28 · 3 min read · The new operator lets developers create an instance of a user-defined object type or of one of the built-in object types that has a constructor function. What Does the new Keyword Actually Do? When a Join discussion
MSMukul Sharmainmukul2244.hashnode.dev00Callbacks in JavaScript: Why They Exist Apr 26 · 4 min read · Hello guys, in this article we are going to learn about the callback functions in the js, what are they , why we use them and the problems we face while using them. Callback function A callback functiJoin discussion
MSMukul Sharmainmukul2244.hashnode.dev00Array Flatten in JavaScriptApr 23 · 3 min read · Hi everyone , in this article we are going to explore the flat method of the Array instance, the nested arrays , how flatterning the array is useful and lot more. What are the nested arrays Nested arrJoin discussion