2 parents 1f2987d + 0682ae7 commit a6f101cCopy full SHA for a6f101c
1 file changed
1-js/09-classes/01-class/article.md
@@ -218,7 +218,7 @@ function makeClass(phrase) {
218
return class {
219
sayHi() {
220
alert(phrase);
221
- };
+ }
222
};
223
}
224
0 commit comments