move objects (before?)
This commit is contained in:
parent
480e69b843
commit
31b5af1580
50 changed files with 445 additions and 362 deletions
|
@ -1,5 +0,0 @@
|
|||
Answers:
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue