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