質問編集履歴
1
マークダウンを適用しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
```JavaScript
|
2
|
+
|
1
3
|
class Person {
|
2
4
|
|
3
5
|
constructor(name) {
|
@@ -24,6 +26,8 @@
|
|
24
26
|
|
25
27
|
minky.greet(); // TypeError: Cannot read property 'name' of undefined
|
26
28
|
|
29
|
+
```
|
30
|
+
|
27
31
|
|
28
32
|
|
29
33
|
|