Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/09.errors/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ your application will be removed from the page, leaving the user with a blank
screen... Kind of awkward...

The problem is, you can't just wrap your entire application in a `try`/`catch`
because of the way JavaScript works. If you recall from earlier lessons, when
then you'll remember this:
because of the way JavaScript works. If you recall from earlier lessons, then
you'll remember this:

```tsx
const element = (
Expand Down