-
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
Нужно больше функций #2
Нужно больше функций #2
Conversation
♻️ Я собрал ваш пулреквест. Посмотреть можно здесь. |
♻️ Я собрал ваш пулреквест. Посмотреть можно здесь. |
@@ -234,5 +234,6 @@ <h2 class="data-error__title">Не удалось загрузить данны | |||
</section> | |||
</template> | |||
|
|||
<script src="/js/functions.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/functions.js
иначе в данном случае на публикованной версии работать не будет - тк не найдет файл "в корне"
@@ -0,0 +1,24 @@ | |||
function isLesserOrEqual(string, maxLength) { |
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/2493809-kekstagram-2/2/