回答編集履歴

1

chousei

2021/05/31 05:38

投稿

yambejp
yambejp

スコア114883

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```javascript
4
4
 
5
- const res=data.map(x=>x.sellingItem.map(y=>typeof y.order!=="undefined"));
5
+ const res=data.map(x=>x.sellingItem.map(x=>typeof x.order!=="undefined"));
6
6
 
7
7
  console.log(res);
8
8