Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Conversation

@NesibeInce
Copy link

No description provided.

// }
// getBooks(bookTitles); it is for question 1.3

const completeBookList = [
Copy link
Contributor

Choose a reason for hiding this comment

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

You create an array instead of an object as was asked in the instructions. Please look at the example I provided during the class.
You can find it here in the video: https://youtu.be/xKekzhG1kKM?t=108

Copy link
Author

Choose a reason for hiding this comment

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

I did it sir.


const coverImage = document.createElement('img');
bookTitle.appendChild(coverImage);
const imgTarget = obj[i].id;
Copy link
Contributor

Choose a reason for hiding this comment

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

You should create a separate loop to add the cover images like it is mentioned in the instructions.

Copy link
Author

Choose a reason for hiding this comment

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

I am so sorry.
I have already implemented the changes more than a week ago. I forget to inform you about it, terribly sorry for that.
They are ready for your review and approve, please.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants