回答編集履歴
1
chousei
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```javascript
|
4
4
|
|
5
|
-
const res=data.map(x=>x.sellingItem.map(
|
5
|
+
const res=data.map(x=>x.sellingItem.map(x=>typeof x.order!=="undefined"));
|
6
6
|
|
7
7
|
console.log(res);
|
8
8
|
|