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.
1 parent 9365275 commit c67ed3eCopy full SHA for c67ed3e
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