Load javascript Efficiently from CDN with Async and Defer When loading a script on an HTML page, you need to be careful not to harm the loading performance of the page. Depending o… Madhukaran In Dev
CDN Javascript type Module import and export A script tag having type="module" attribute specifies that it to be considered as a Javascript module. It may … Madhukaran In Dev