質問編集履歴

2

バッククオートで囲みました

2018/03/04 09:00

投稿

gabugabu
gabugabu

スコア7

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,12 @@
3
3
  現在progateでjavascriptを勉強しています。超初心者です。
4
4
 
5
5
 
6
+
7
+
8
+
9
+
10
+
11
+ ```
6
12
 
7
13
  var scores = [88, 62, 65, 21, 47, 92, 57, 89, 79, 89, 54, 82, 69, 72, 74, 54, 66, 92, 64, 96, 47, 89, 95, 93, 70, 30, 84, 93, 81, 98, 78, 96, 32, 56, 64, 42, 67];
8
14
 
@@ -33,6 +39,12 @@
33
39
  console.log("平均点は" + age + "点です");
34
40
 
35
41
  console.log("最高点は" + bestScore + "点です")
42
+
43
+ ```
44
+
45
+
46
+
47
+
36
48
 
37
49
 
38
50
 

1

初心者マーク押し忘れました

2018/03/04 08:59

投稿

gabugabu
gabugabu

スコア7

test CHANGED
File without changes
test CHANGED
File without changes