質問編集履歴

1

2020/03/06 04:28

投稿

t-cool
t-cool

スコア71

test CHANGED
File without changes
test CHANGED
@@ -42,13 +42,9 @@
42
42
 
43
43
  [ 'hiroki', 'taro', 'goro' ]
44
44
 
45
-
46
-
47
45
  > arr.every(x => x.includes('o'))
48
46
 
49
47
  true
50
-
51
-
52
48
 
53
49
  > arr.every((x) => {x.includes('o')})
54
50