Skip to content

Commit 40d83c4

Browse files
authored
bug fix
1 parent e4ad8d0 commit 40d83c4

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/09-class

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/09-class/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class Article {
294294
*/!*
295295
}
296296

297-
let article = article.createTodays();
297+
let article = Article.createTodays();
298298

299299
alert( articles.title ); // Todays digest
300300
```

0 commit comments

Comments
 (0)