Skip to content

Conversation

@mehdi22256
Copy link

No description provided.

function getReviewerByReviewTitle(reviewTitle, reviewers) {
//TODO: ADD YOUR CODE HERE
return reviewers.find((value)=>
value.reviewTitle=reviewTitle);
Copy link

@AlhassanAli01 AlhassanAli01 Feb 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no property in the object called reviewTitle, you're supposed to get the title of the book from the books object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants