回答編集履歴

1

言語がtypescriptになっていたのを修正

2018/12/28 01:38

投稿

7Kreuz
7Kreuz

スコア112

test CHANGED
@@ -1,6 +1,6 @@
1
1
  こんなんでどうでしょう
2
2
 
3
- ```typescript
3
+ ```javascript
4
4
 
5
5
  const shops2 = shops.map(shop => ({
6
6