回答編集履歴

1

書式の更新

2021/05/05 18:56

投稿

hiro_ike
hiro_ike

スコア48

test CHANGED
@@ -1,3 +1,5 @@
1
+ ```JavaScript
2
+
1
3
  class Ship {
2
4
 
3
5
  constructor(hitPoints, firepower, accuracy) {
@@ -167,3 +169,5 @@
167
169
  }
168
170
 
169
171
  game();
172
+
173
+ ```