Skip to content

Conversation

@OlegFleet
Copy link
Contributor

No description provided.

@jsru-1
Copy link
Contributor

jsru-1 commented Sep 30, 2025

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

@jsru-1 jsru-1 requested a review from koalex September 30, 2025 08:06
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.

См. комментарии

// НЕ УДАЛЯТЬ СТРОКУ, НУЖНА ДЛЯ ПРОВЕРКИ
window.calculator = calculator; // делает ваш калькулятор доступным глобально
calculator.read(3, 5);
console.log(calculator.sum()); // 8
Copy link
Member

Choose a reason for hiding this comment

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

Удаляйте console.log-и за собой. Они нужны только для вашей отладки, в финальном решении этого быть не должно т.к. засоряет код.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Добрый день! Спасибо, принято

Copy link
Contributor Author

Choose a reason for hiding this comment

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

исправил

@jsru-1 jsru-1 merged commit 416cfd4 into js-tasks-ru:master Sep 30, 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