回答編集履歴

1

typo

2021/05/03 07:39

投稿

hide5stm
hide5stm

スコア426

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
  ```