30 Days Of JavaScript

Day 9: Errors

Lesson 0: Intro

The world is not perfect and sadly nor is our code. Things go wrong, we try to read files that aren't there. We request data from servers that are offline. We try to access array elements that don't exist.

Now ideally we can minimise the amount of those types of errors by writing good code and being thoughtful. Sadly we can't remove all risk though.

So today we will explore how to deal with errors and handling them when they go wrong.

Outline

Go Pro?

If you upgraded to pro, sign in here

  • About
  • Blog
  • Privacy
Looking to email me? You can get me on my first name at allthecode.co