Wisdom GeekforWisdom Geekwisdomgeek.hashnode.netยทAug 15, 2021Optimizing JavaScript loading with defer and async attributesWe are all used to using the script tag to load external JavaScript files in our HTML. Traditionally, the only workaround for having the scripts load after the HTML has been loaded was to move the script tags towards the end of the body. But JavaScri...JavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.