mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): correct “error” to “Error” constructor in debugging techniques lesson (#63963)
This commit is contained in:
parent
51c93c229b
commit
a46e57b82d
@ -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--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user