Skip to content

Commit 0ae835e

Browse files
authored
Merge pull request #586 from amanbangad/patch-5
bug fix
2 parents dd2bb48 + 40d83c4 commit 0ae835e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/07-object-oriented-programming/09-class

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)