質問編集履歴

1

コード修正

2020/12/05 10:52

投稿

ruuuu
ruuuu

スコア174

test CHANGED
File without changes
test CHANGED
@@ -170,7 +170,7 @@
170
170
 
171
171
  let current_buzz_value = document.createTextNode(buzz_num);
172
172
 
173
- tag_p.appendChild(newContent);
173
+ tag_p.appendChild(current_fizz_value);
174
174
 
175
175
 
176
176