There was an error while loading. Please reload this page.
1 parent e4ad8d0 commit 40d83c4Copy full SHA for 40d83c4
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