Home

Classes in Javascript

The scenario is you run a BOOK shop that also sells CD's and Movies.

Here I will let you add in some Books and display the details
also you can rent out a title too by clicking the 'Rental' check box.
The ratings are randomly created (4 for each entry) to give an average rating.

Nothing too fancy - So I can keep the code minimal.

Look at the code to see how it is done.





Books Entry Screen

(Ratings will be randomly allocated)


(please enter a title)


(please enter an Author)


(please enter a number of Pages)



 

Book List









/5



CD Entry Screen

(Ratings will be randomly allocated)


(please enter a title)


(please enter an Artist)


(please enter the song list)



 

CD List










/5



Movies Entry Screen

(Ratings will be randomly allocated)



(please enter a title)


(please enter a Director)


(please enter a Running Time)


 

Movie List










/5