質問編集履歴
1
saveEditContent(), wordCounting()の説明を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,9 +54,9 @@
|
|
54
54
|
|
55
55
|
left_input.value = left_input.textContent;
|
56
56
|
|
57
|
-
wordCounting();
|
57
|
+
wordCounting();//文字数をカウントして表示する
|
58
58
|
|
59
|
-
saveEditContent();
|
59
|
+
saveEditContent();//LocalStorageに初期保存
|
60
60
|
|
61
61
|
const today = new Date();
|
62
62
|
|