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

написал функцию, которая преобразует имена пользователей в массив #10

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

ilya-dan
Copy link
Contributor

No description provided.

@jsru-1
Copy link
Contributor

jsru-1 commented Sep 30, 2024

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

@jsru-1 jsru-1 requested a review from koalex September 30, 2024 18:11
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.

Исправить замечание в 3-1

@@ -1,3 +1,7 @@
function namify(users) {
// ваш код...
let names = [];
Copy link
Member

Choose a reason for hiding this comment

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

Суть этой задачи - закрепление метода map
Перепишите пожалуйста используя map

@jsru-1
Copy link
Contributor

jsru-1 commented Oct 1, 2024

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

@jsru-1 jsru-1 requested a review from koalex October 1, 2024 15:14
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.

Отлично!

@jsru-1 jsru-1 merged commit 8b6aa0b into js-tasks-ru:master Oct 1, 2024
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