Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90775a7 commit ee0a472Copy full SHA for ee0a472
homework/App.js
@@ -16,7 +16,7 @@ class App {
16
// 1. Create the fixed HTML elements of your page
17
// 2. Make an initial XMLHttpRequest using Util.fetchJSON() to populate your <select> element
18
19
- const root2 = document.getElementById('root');
+ const root = document.getElementById('root');
20
21
Util.createAndAppend('h1', root, { text: 'It works!' }); // TODO: replace with your own code
22
0 commit comments