Without a try the error stops everything after it.
Acceptance criteria
- 1.#out should show one caught carried on.
Without a try the error stops everything after it.
const steps = []; steps.push("one"); steps.push("caught"); steps.push("carried"); document.querySelector('#out').textContent = steps.join(" ");
Output ready when you are
Press Run to render your code, or Submit to validate your solution.