Search posts, tags, users, and pages
Dhruv Vashist
HashMaps, the answer is HashMaps!!!!!
Introduction The async and defer attributes are powerful tools that allow us to load JavaScript files without disrupting the initial rendering of the web page. They are essential for optimizing performance and enhancing the user experience on the web...
manish bhardwaj
I have engineering degree, just need some skills now.
Is this same for both HEAD and BODY element?
script can be included in both HEAD and BODY element will it make any difference to add async and differ attribute in script if it is present in BODY element?
No, async and defer will work in the same way even if it is declared inside of the instead of the . The only thing is the placement of the
manish bhardwaj
I have engineering degree, just need some skills now.
Is this same for both HEAD and BODY element?
script can be included in both HEAD and BODY element will it make any difference to add async and differ attribute in script if it is present in BODY element?