-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Больше деталей #4
Больше деталей #4
Conversation
♻️ Я собрал ваш пулреквест. Посмотреть можно здесь. |
@@ -235,5 +235,6 @@ <h2 class="data-error__title">Не удалось загрузить данны | |||
</template> | |||
|
|||
<script src="/js/functions.js"></script> | |||
<script src="/js/main.js"></script> |
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.
путь от корня, проверяй публикованную версию, текущий путь не будет работать
./js/main.js
}; | ||
}; | ||
|
||
const createPhoto = () => { |
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.
возвращай сразу объект
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.
тк это метод массива у нас тут есть аргумент второй - индекс
его используй вместо id
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.
(_, index)
и этот index
}; | ||
}; | ||
|
||
const photoList = Array.from({length: PHOTO_LIST_LENGTH}, createPhoto()); |
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.
тут колбек, скобки кажется лишние у createPhoto
и без них должно сработать, попробуй
}; | ||
}; | ||
|
||
const createComment = () => { |
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.
также возвращаем сразу объект
также используем индекс
🎓 Больше деталей
💥 https://htmlacademy-javascript.github.io/2357681-kekstagram-2/4/