DOMContentLoaded Event
DOMContentLoaded is an event that is fired when the initial HTML document has been completely loaded and parsed, without waiting for stylesheets, images, and subframes to finish loading.
This means that at the time DOMContentLoaded fires, the DOM tre...
sudiptasaha.hashnode.dev2 min read