Skip to content

Commit

Permalink
Merge pull request #10 from ilya-dan/master
Browse files Browse the repository at this point in the history
написал функцию, которая преобразует имена пользователей в массив
  • Loading branch information
jsru-1 authored Oct 1, 2024
2 parents 413f346 + c6215a5 commit 8b6aa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-module/1-task/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function namify(users) {
// ваш код...
return users.map(user => user.name);
}

0 comments on commit 8b6aa0b

Please sign in to comment.