edit
This commit is contained in:
parent
e78e527866
commit
05a93ced80
212 changed files with 3213 additions and 3968 deletions
|
@ -1,6 +1,5 @@
|
|||
Answers:
|
||||
<ol>
|
||||
<li>The first is `big.js`, that's a normal sequence for external `<script>` tags.</li>
|
||||
<li>The first is `small.js`, because `async` makes script behave independently of each other and the page. The first to loads runs first.</li>
|
||||
<li>The first is `big.js`, because "deferred" scripts keep relative execution order.</li>
|
||||
</ol>
|
||||
|
||||
1. The first is `big.js`, that's a normal sequence for external `<script>` tags.
|
||||
2. The first is `small.js`, because `async` makes script behave independently of each other and the page. The first to loads runs first.
|
||||
3. The first is `big.js`, because "deferred" scripts keep relative execution order.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Which script executes first?
|
||||
importance: 4
|
||||
|
||||
[importance 4]
|
||||
---
|
||||
|
||||
# Which script executes first?
|
||||
|
||||
In the questions below, there are two scripts: `small.js` and `big.js`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue