Know your DOM?
When something related to web development clicks in our mind, we think of HTML and JavaScript. But these two terms totally different from each other. How they even interacting with each other? Now let's read to get the answer of this…
Both JavaScript...
shaanblog.io2 min read
Prajul Sahu
MERN Stack developer
Good job Shanu, I would like to add some more points to it. JS makes it easy to manipulate the DOM, but there's no way to do it efficiently, adding multiple DOM elements consecutively will make your code buggy and might not work well. Now, can you please write about alternatives, like using document fragments instead.