Skip to content

Comments

Raghad Alobaid (alone because partner is absent)#8

Open
rfo97 wants to merge 1 commit intoJoinCODED:mainfrom
rfo97:main
Open

Raghad Alobaid (alone because partner is absent)#8
rfo97 wants to merge 1 commit intoJoinCODED:mainfrom
rfo97:main

Conversation

@rfo97
Copy link

@rfo97 rfo97 commented Mar 11, 2025

No description provided.

// write your code here...

return ""; // replace empty string with what you see is fit
return book.title + " " + book["publishedYear"]; // replace empty string with what you see is fit
Copy link
Contributor

Choose a reason for hiding this comment

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

Use interpolation:

return `${book.title} ${book["publishedYear"]}`; 

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