Constructors
constructor
new Review( book: Book, rating: number, comment: string, reviewerName: string,): Review Parameters
- book: Book
- rating: number
- comment: string
- reviewerName: string
Properties
reviewerName
reviewerName: string
Methods
getFormattedReview
getFormattedReview(): string
A class representing a book review with processing workflow.
Example
Example