#javascript
Read more stories on Hashnode
Articles with this tag
What makes reacts faster ? · The Virtual DOM is a concept used in JavaScript frameworks such as React, Vue, and Angular. It is an abstraction of the...
Featuring Code execution cycle, Closures and DOM in JS · Closures In JavaScript, a closure is a function that has access to variables in its outer...
Hoisting is a term used in JavaScript to describe the behavior of variable and function declarations being moved (or "hoisted") to the top of their...