質問編集履歴
2
情報の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
```ここに言語を入力
|
52
52
|
|
53
|
-
alert('敵から攻撃をうけた!' + ' ${ourHero.hitPoints}');
|
53
|
+
alert('敵から攻撃をうけた!' + ${tekiArray[0]accuracy}' + ' ${ourHero.hitPoints}');
|
54
54
|
|
55
55
|
|
56
56
|
|
@@ -204,7 +204,7 @@
|
|
204
204
|
|
205
205
|
console.log(ourHero.hitPoints)
|
206
206
|
|
207
|
-
alert('敵から攻撃を受けた' + '${ourHero.hitPoints}');
|
207
|
+
alert('敵から攻撃を受けた' + ' ${tekiArray[0]accuracy}' + '${ourHero.hitPoints}');
|
208
208
|
|
209
209
|
} else if (Math.random() < ourHero.accuracy){
|
210
210
|
|
1
タイトルの更新
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Javascript 簡易ゲームを
|
1
|
+
Javascript 簡易ゲーム if文の書き方とalertに配列の値を表示させたい
|
test
CHANGED
File without changes
|