質問編集履歴

1

array,indexOf -> array.indexOf

2017/10/17 15:02

投稿

nullpurge
nullpurge

スコア26

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  ```javascript
32
32
 
33
- if( array[array,indexOf('C')] ){
33
+ if( array[array.indexOf('C')] ){
34
34
 
35
35
  //なんか処理
36
36