回答編集履歴

1

nit

2021/11/22 15:27

投稿

int32_t
int32_t

スコア21695

test CHANGED
@@ -12,6 +12,6 @@
12
12
 
13
13
  ```js
14
14
 
15
- tests.forEach((item, textIndex) => {
15
+ tests.forEach((item, testIndex) => {
16
16
 
17
17
  ```