Skip to main content
\n","learningResourceType":"Practice problem","educationalLevel":"hard","about":"HTML","teaches":"async defer parsing internals","url":"https://journeyuncommon.com/quiz/question/1e16f7c6-7b49-481a-a9a0-697c1ee5d6e1","inLanguage":"en","isAccessibleForFree":true,"provider":{"@id":"https://journeyuncommon.com/#organization"},"isPartOf":{"@type":"WebSite","@id":"https://journeyuncommon.com/#website","name":"Journey Uncommon","url":"https://journeyuncommon.com"}}
Journey Uncommon Logo
JourneyUncommon
hardHTMLasync defer parsing internalsSingle-choice MCQ

Module scripts have different internal defaulting than classic scripts. For <script type="module"> with NO defer attribute, how is execution timing determined under the hood?

<script type="module" src="m.js"></script> <script src="c.js"></script>