質問編集履歴

1

修正

2022/06/02 09:59

投稿

mee12
mee12

スコア101

test CHANGED
File without changes
test CHANGED
@@ -14,8 +14,8 @@
14
14
  let isMatch1 = s1.match(pattern);
15
15
  let isMatch2 = s2.match(pattern);
16
16
 
17
+ console.log(isMatch1); // true
17
- console.log(isMatch1); // false
18
+ console.log(isMatch2); // false
18
- console.log(isMatch2); // true
19
19
  ```
20
20
 
21
21