Skip to content

Commit 192af3f

Browse files
authored
Эстетические правки
1 parent f5a6826 commit 192af3f

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/05-array-methods/12-reduce-object

1 file changed

+1
-1
lines changed

1-js/05-data-types/05-array-methods/12-reduce-object/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let users = [
2020
let usersById = groupById(users);
2121

2222
/*
23-
// после вызова у нас должно получиться:
23+
после вызова у нас должно получиться:
2424
2525
usersById = {
2626
john: {id: 'john', name: "John Smith", age: 20},

0 commit comments

Comments
 (0)