Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90775a7

Browse files
committed
travis error test
1 parent 1b421b3 commit 90775a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homework/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class App {
1616
// 1. Create the fixed HTML elements of your page
1717
// 2. Make an initial XMLHttpRequest using Util.fetchJSON() to populate your <select> element
1818

19-
const root = document.getElementById('root');
19+
const root2 = document.getElementById('root');
2020

2121
Util.createAndAppend('h1', root, { text: 'It works!' }); // TODO: replace with your own code
2222

0 commit comments

Comments
 (0)