Skip to content

Commit bd67a73

Browse files
authored
Небольшие правки
1 parent 59d08f6 commit bd67a73

File tree

1 file changed

+0
-2
lines changed
  • 1-js/06-advanced-functions/03-closure/9-sort-by-field

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
```js run
2-
*!*
32
function byField(fieldName) {
43
return (a, b) => a[fieldName] > b[fieldName] ? 1 : -1;
54
}
6-
*/!*
75
```

0 commit comments

Comments
 (0)