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 1b421b3 commit 90775a7Copy full SHA for 90775a7
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 root = document.getElementById('root');
+ const root2 = document.getElementById('root');
20
21
Util.createAndAppend('h1', root, { text: 'It works!' }); // TODO: replace with your own code
22
0 commit comments