There was an error while loading. Please reload this page.
2 parents dd2bb48 + 40d83c4 commit 0ae835eCopy full SHA for 0ae835e
1 file changed
1-js/07-object-oriented-programming/09-class/article.md
@@ -294,7 +294,7 @@ class Article {
294
*/!*
295
}
296
297
-let article = article.createTodays();
+let article = Article.createTodays();
298
299
alert( articles.title ); // Todays digest
300
```
0 commit comments