We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b7264 commit d21420cCopy full SHA for d21420c
homework-classes/View.js
@@ -46,9 +46,9 @@
46
* @param {Object[]} repos An array of repository objects.
47
*/
48
renderSelect(repos) {
49
- const select = this.createAndAppend('select', this.header);
+ this.select = this.createAndAppend('select', this.header);
50
// TODO: replace this comment and the console.log with your own code
51
- console.log(select, repos);
+ console.log(repos);
52
}
53
54
/**
0 commit comments