Skip to content

Добавить пример HTML файла для урока 1#919

Open
digital-hot wants to merge 38 commits intod-okhrimenko:masterfrom
digital-hot:master
Open

Добавить пример HTML файла для урока 1#919
digital-hot wants to merge 38 commits intod-okhrimenko:masterfrom
digital-hot:master

Conversation

@digital-hot
Copy link

Створено для ознайомлення з роботою, перевірка не потрібна.

Добавить пустые файлы для будущих уроков
```

class StudentManagement {
constructor() {
this.students = [];
Copy link
Owner

Choose a reason for hiding this comment

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

масив можна зробити приватним за допомогою #

… отображения списка книг на странице задания 1 урока 8
books.forEach(book => {
const bookDiv = document.createElement("div");
bookDiv.classList.add("book");
bookDiv.innerHTML = `
Copy link
Owner

Choose a reason for hiding this comment

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

спробйте варіант з шаблонізатором, mustache, наприклад

Copy link
Author

Choose a reason for hiding this comment

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

Дякую за вашу увагу. Сьогодні спробую застосувати ваші рекомендації.

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