We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8524e2e + c67ed3e commit 5c378fbCopy full SHA for 5c378fb
1-js/08-error-handling/1-try-catch/article.md
@@ -295,7 +295,7 @@ try {
295
296
As we can see, that's a `SyntaxError`.
297
298
-And in our case, the absense of `name` could be treated as a syntax error also, assuming that users must have a `name`.
+And in our case, the absence of `name` could be treated as a syntax error also, assuming that users must have a `name`.
299
300
So let's throw it:
301
0 commit comments