From a46e57b82dceb68694769c5298eb5bb8bc614440 Mon Sep 17 00:00:00 2001 From: undefinedIsMyLife Date: Wed, 19 Nov 2025 03:27:43 +0530 Subject: [PATCH] =?UTF-8?q?fix(curriculum):=20correct=20=E2=80=9Cerror?= =?UTF-8?q?=E2=80=9D=20to=20=E2=80=9CError=E2=80=9D=20constructor=20in=20d?= =?UTF-8?q?ebugging=20techniques=20lesson=20(#63963)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lecture-debugging-techniques/6733bec70d86e13522e98a4f.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md b/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md index d820a182ef2..3e4071c905b 100644 --- a/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md +++ b/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md @@ -119,7 +119,7 @@ Think of a way to catch and handle errors without crashing the program. ## --text-- -How do you use the `throw` statement in combination with the `error` constructor in JavaScript? +How do you use the `throw` statement in combination with the `Error` constructor in JavaScript? ## --answers--