#javascript
Read more stories on Hashnode
Articles with this tag
Resource hints, as the name suggests, are attributes in HTML that provide the browser with suggestions about how to handle or prioritise the loading...
DOMContentLoaded is an event that is fired when the initial HTML document has been completely loaded and parsed, without waiting for stylesheets,...
"A factory function is a function which returns an object". Yes, it's a function that returns an object. It's that simple. Let's dive in... Below is...