diff --git a/src/Book.js b/src/Book.js new file mode 100644 index 0000000..85b44eb --- /dev/null +++ b/src/Book.js @@ -0,0 +1,9 @@ +class Book { + constructor(title, author, isbn, quantity, price) { + this.title = name; + this.author = year; + this.isbn = isbn; + this.quality = quality; + this.price = price; + } +}