質問編集履歴

1

ソースコードの文法誤りを訂正しました。

2020/10/26 04:07

投稿

ysk1118
ysk1118

スコア22

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  let a = "test";
16
16
 
17
- console.log('Hello,${a})';
17
+ console.log('Hello,${a}');
18
18
 
19
19
  ```
20
20