質問編集履歴

2

訂正

2015/11/18 14:37

投稿

Tom_SQAIR
Tom_SQAIR

スコア20

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  の部分をman = {
34
34
 
35
- weight 50;
35
+ weight : 50
36
36
 
37
37
  }
38
38
 

1

訂正

2015/11/18 14:36

投稿

Tom_SQAIR
Tom_SQAIR

スコア20

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  this.prof = function(){
8
8
 
9
- console.log("name : " + this.name + "\nage : " + this.age + "\ncolor : "+ this.color + "\nweight : " + this.weight);
9
+ console.log("name : " + this.name + "nage : " + this.age + "\ncolor : "+ this.color + "\nweight : " + this.weight);
10
10
 
11
11
  }
12
12
 
@@ -39,3 +39,5 @@
39
39
  のように書きかえれないのはなぜでしょうか
40
40
 
41
41
  意味合いは同じだと思うのですが
42
+
43
+ ¥はバックスラッシュです。