Exercise 1: Class Implementation
Test your class implementation skills by solving this challenge.
We'll cover the following...
Problem statement
Implement a class Book
in JavaScript that produces the expected result as given in the sample input and output section. Some steps involved in class implementation are given below.
- Define the constructor.
- Define the class methods.
- Define the