質問編集履歴

1

ダブルコーテーションをつけ忘れました

2020/01/21 09:06

投稿

babbleman
babbleman

スコア107

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  <script type="text/javascript">
24
24
 
25
- alert(<%= board.x %>)
25
+ alert("<%= board.x %>")
26
26
 
27
27
  </script>
28
28