Skip to content

Commit 0682ae7

Browse files
authored
Delete excess semicolon in 1.9.1 (Class basic syntax)
1 parent 2d5be7b commit 0682ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function makeClass(phrase) {
218218
return class {
219219
sayHi() {
220220
alert(phrase);
221-
};
221+
}
222222
};
223223
}
224224

0 commit comments

Comments
 (0)