We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76387c1 commit 3adf94bCopy full SHA for 3adf94b
doc/api/errors.md
@@ -35,7 +35,7 @@ are handled using the [`try…catch` construct][try-catch] provided by the
35
JavaScript language.
36
37
```js
38
-// Throws with a ReferenceError because z is undefined
+// Throws with a ReferenceError because z is not defined.
39
try {
40
const m = 1;
41
const n = m + z;
0 commit comments