質問編集履歴

1

todoText='';だとエラーが出るので、input.value='';に変更。

2022/05/22 12:44

投稿

nao__funky
nao__funky

スコア62

test CHANGED
File without changes
test CHANGED
@@ -110,7 +110,7 @@
110
110
 
111
111
  ul.appendChild(li, check);
112
112
 
113
- todoText = '';
113
+ input.value = '';
114
114
  input.focus;
115
115
 
116
116
  saveDate();