\n\n","learningResourceType":"Practice problem","educationalLevel":"hard","about":"HTML","teaches":"async defer parsing internals","url":"https://journeyuncommon.com/quiz/question/80d1b064-35fe-4158-a2f7-9aefb0984227","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"}}
hardHTMLasync defer parsing internalsSingle-choice MCQ Consider three scripts. Internally, how does the parser sequence their fetch and execution relative to HTML parsing?
<script src="a.js"></script>
<script src="b.js" defer></script>
<script src="c.js" async></script>