Skip to content

Comments

Raghad Butaiban, Zainab Alarbash#9

Open
rbutaiban wants to merge 2 commits intoJoinCODED:mainfrom
rbutaiban:main
Open

Raghad Butaiban, Zainab Alarbash#9
rbutaiban wants to merge 2 commits intoJoinCODED:mainfrom
rbutaiban:main

Conversation

@rbutaiban
Copy link

No description provided.

function addSecondAuthor(book: Book, additionalAuthor: string): Book {
// write your code here...

book.author = [book.author.toString(), additionalAuthor];
Copy link
Contributor

Choose a reason for hiding this comment

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

First time I've seen this solution! Amazing! 🔥

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