Let’s talk about error handling in Javascript. So errors happen a lot in our code. That’s just a fact of life. Luckily, we can build in some functions into our code that deal with errors quite nicely. In JS we have these four statements, each with its own superpower: they are the “try”, “catch”, “throw” and “finally” statements….