回答編集履歴
1
typo
test
CHANGED
@@ -18,6 +18,6 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
let result = customer.sort(comp)
|
21
|
+
let result = customers.sort(comp)
|
22
22
|
|
23
23
|
```
|