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

Модуль 1 и 2 #3

Merged
merged 6 commits into from
Feb 17, 2025
Merged

Модуль 1 и 2 #3

merged 6 commits into from
Feb 17, 2025

Conversation

dansergey
Copy link
Contributor

No description provided.

@jsru-1
Copy link
Contributor

jsru-1 commented Feb 16, 2025

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

@jsru-1 jsru-1 requested a review from SinimaWath February 16, 2025 18:48
@dansergey
Copy link
Contributor Author

Для третей задачи 2-го модуля, необходимо использовать 'this'

let calculator = { read: function (a, b) { this.a = a; this.b = b; }, sum: function() { return this.a + this.b; }, mul: function() { return this.a * this.b; } };

@jsru-1 jsru-1 merged commit d0e00c1 into js-tasks-ru:master Feb 17, 2025
2 checks 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