回答編集履歴

1

誤記を修正

2017/08/16 11:36

投稿

saitouakihiro
saitouakihiro

スコア85

test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  <h1>React</h1>,
76
76
 
77
- getElementById('root')
77
+ document.getElementById('root')
78
78
 
79
79
  )
80
80
 
@@ -100,7 +100,7 @@
100
100
 
101
101
  <h1>React</h1>,
102
102
 
103
- getElementById('root')
103
+ document.getElementById('root')
104
104
 
105
105
  )
106
106