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.