回答編集履歴
1
ソース修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
```javascript
|
2
2
|
let titleIndex = array.findIndex(([x]) => x === 'title');
|
3
3
|
```
|
4
|
-
でいけると思いますわー
|
4
|
+
でいけると思いますわー。➡ [サンプル](https://codepen.io/i8086x/pen/PomMwoK?editors=0012)
|