-
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
Add sum calculation #1
base: master
Are you sure you want to change the base?
Conversation
Спасибо за отправленный пулриквест, теперь @ShGKme должен запустить тесты. |
Проверьте, пожалуйста, ваше решение, не все тесты прошли (PR не будет принят до тех пор, пока все добавленные задачи не будут решены). |
01-basics/10-create-app/script.js
Outdated
dateStyle: 'long', | ||
} | ||
|
||
const dateFormatted = new Date().toLocaleDateString('ru-RU', options) |
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.
Вместо фиксированной локализации (en-US
или ru-RU
) лучше всегда использовать navigator.language
. Так локализация всегда будет той, что пользователь выбрал в настройках своего браузера.
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.
@ShGKme Григорий, добрый день! Скорректировал решение.
Проверьте, пожалуйста, ваше решение, не все тесты прошли (PR не будет принят до тех пор, пока все добавленные задачи не будут решены). |
Требуется решить все добавленные задачи |
Add weather app |
Добавляю преподавателя (@ShGKme) для код-ревью. |
Add sum calculation