Skip to content

Commit 34e9c89

Browse files
committed
セーブ忘れ (上に付随)
1 parent 1fad898 commit 34e9c89

File tree

1 file changed

+2
-2
lines changed
  • docs/1-trial-session/13-dom/_samples/change-shopping-memo

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const pear = document.getElementById("element2");
1+
const targetItem = document.getElementById("item2");
22

3-
pear.textContent = "レモン";
3+
targetItem.textContent = "レモン";

0 commit comments

Comments
 (0)