...

/

Quiz: Error Handling

Quiz: Error Handling

Test your understanding of what you have learned in this section.

We'll cover the following...
Technical Quiz
1.

What happens if we do not provide a custom error page?

A.

Errors will cause the app to freeze.

B.

Nuxt has a default error page to display.

C.

The error is ignored and the app will render without alerting the user.

D.

Our app will go offline until the error is resolved.


1 / 5
...