回答編集履歴

1

"." を削除

2019/02/02 07:23

投稿

think49
think49

スコア18156

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  document.querySelector('.' + character[i]);
8
8
 
9
- element.classList.add('.' + character[i]);
9
+ element.classList.add(character[i]);
10
10
 
11
11
  ```
12
12