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 12d40c5 commit 23be40fCopy full SHA for 23be40f
1 file changed
1-js/10-error-handling/2-custom-errors/1-format-error/solution.md
@@ -8,7 +8,7 @@ class FormatError extends SyntaxError {
8
9
let err = new FormatError("ошибка форматирования");
10
11
-alert( err.message ); // ошибка формата
+alert( err.message ); // ошибка форматирования
12
alert( err.name ); // FormatError
13
alert( err.stack ); // stack
14
0 commit comments