質問編集履歴

2

誤字

2019/12/18 09:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  } else if (conut > 10) {
54
54
 
55
- error.textContent = "ハッシュタグを10個以内で選択してください";
55
+ error.textContent = "10個以内で選択してください";
56
56
 
57
57
  return false;
58
58
 

1

誤字

2019/12/18 09:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  ```
30
30
 
31
- function hash_tag_check() {
31
+ function check() {
32
32
 
33
33
  var hoge = document.getElementsByClassName('hoge');
34
34