Challenge 1: What Breaks When Script Tags Are Reordered — Possible Solution ==================================================================== WHAT WOULD BREAK ------------------------------ Per this chapter's own example, api.js depends on utils.js — it expects functions or values defined in utils.js to already exist in the shared global scope by the time api.js itself runs. If the