teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

修正

2019/12/01 07:10

投稿

Takumiboo
Takumiboo

スコア2536

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  ```JavaScript
2
2
  comment = document.getElementById(id_text.value);
3
3
 
4
- comment = document.getElementById(id_text).value;
4
+ comment = document.getElementById('id_text').value;
5
5
  ```