回答編集履歴

1

脱字

2019/01/02 04:35

投稿

bochan2
bochan2

スコア2050

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```HTML
2
2
 
3
- <html><body><script>function scanf(){for(;;){var str=prompt("4文字の単語を入れてね", "Bird");if(str.length==4{alert(str);break;}}}scanf();</script></body></html>
3
+ <html><body><script>function scanf(){for(;;){var str=prompt("4文字の単語を入れてね", "Bird");if(str.length==4){alert(str);break;}}}scanf();</script></body></html>
4
4
 
5
5
  ```
6
6