Skip to content
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

Модуль 5 #6

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Модуль 5 #6

merged 1 commit into from
Mar 3, 2025

Conversation

dansergey
Copy link
Contributor

No description provided.

@jsru-1
Copy link
Contributor

jsru-1 commented Mar 2, 2025

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

@jsru-1 jsru-1 requested a review from SinimaWath March 2, 2025 21:34
Copy link

@SinimaWath SinimaWath left a comment

Choose a reason for hiding this comment

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

Все круто!

Comment on lines +6 to +10
if (div.hidden){
div.hidden = false;
} else {
div.hidden = true;
}

Choose a reason for hiding this comment

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

nit: так как hidden принимает boolean, этот if можно поменять на: div.hidden = !div.hidden

@jsru-1 jsru-1 merged commit 4e34136 into js-tasks-ru:master Mar 3, 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