Skip to content

Commit d1deb9c

Browse files
updated
1 parent dd2fe5d commit d1deb9c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

25_Revision/19_oops_and_classes/02_object.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@ let phpBook = new newBook ("myPHPWorld", "Tomar Publication", "Sujit Tomar", 25,
3636
// console.log(phpBook);
3737

3838
JSBook.printBook()
39+
3940
JSBook.priceIncrease()
4041

42+
phpBook.printBook()
43+
44+
phpBook.priceIncrease()
45+
4146

4247

4348

0 commit comments

Comments
 (0)