-
Notifications
You must be signed in to change notification settings - Fork 327
JavaScript2 Week1 HomeWork from Ann-Grabetski #463
Conversation
| const booksList = document.createElement(`ul`); | ||
| document.body.insertBefore(booksList, document.body.childNodes[2]); | ||
|
|
||
| for (const book of booksArray) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good!
Week1/homework/app.js
Outdated
| } | ||
| }; | ||
|
|
||
| for (const book of booksArray) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to remove debugging code like this loop before submitting your homework.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
| original_language.appendChild(original_languageContent); | ||
| }; | ||
|
|
||
| for (const book of booksArray) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this solution to add the images works it is not what was asked for in the instructions. Please read 1.7 and 1.8 again. And implement it like it is written there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
Hi @wilgert , |
|
Hi @wilgert , |
No description provided.