Skip to content

Conversation

@kimbar342
Copy link
Contributor

Realization 1-3 task

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 16, 2025

Добавляю преподавателя (@koalex) для код-ревью.

@jsru-1 jsru-1 requested a review from koalex October 16, 2025 21:37
@jsru-1
Copy link
Contributor

jsru-1 commented Oct 16, 2025

Проверьте, пожалуйста, ваше решение, не все тесты прошли (PR не будет принят до тех пор, пока все добавленные задачи не будут решены).

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 16, 2025

Решение было обновлено, посмотрим что скажет @koalex

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 17, 2025

Проверьте, пожалуйста, ваше решение, не все тесты прошли (PR не будет принят до тех пор, пока все добавленные задачи не будут решены).

Copy link
Member

@koalex koalex left a comment

Choose a reason for hiding this comment

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

Нужно решить 5-3

console.log(btnHidden);
console.log(hiddenText);
btnHidden.addEventListener('click', function() {
if (!hiddenText.hidden) {
Copy link
Member

Choose a reason for hiding this comment

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

Тут можно упростить вот так:
hiddenText.hidden = !hiddenText.hidden;

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 18, 2025

Добавляю преподавателя (@koalex) для код-ревью.

@jsru-1 jsru-1 requested a review from koalex October 18, 2025 17:52
@jsru-1 jsru-1 merged commit a9c1ab5 into js-tasks-ru:master Oct 19, 2025
1 check passed
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.

3 participants