From 8cb1b3ae4d92596142c8908f38f1f9b3124287d3 Mon Sep 17 00:00:00 2001 From: Christina_xizi Date: Sun, 8 Jun 2025 14:50:01 -0700 Subject: [PATCH] update Readme --- index.html | 383 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 358 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 6c2e234..25531c5 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,16 @@ - Lab 9 + Lab 9 - JavaScript Error Handling + + + +
+

Lab 9 - JavaScript Error Handling & Monitoring

+
Error Calculator - + - +
@@ -69,39 +100,341 @@
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
+ +
+

Try/Catch/Finally Demo

+ + +

Check console for try/catch demonstrations

+
+ +
+

Custom Error Demo

+ + +

Check console for custom error demonstrations

+