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.
2 parents ea48a05 + 523ddfd commit 8b3184cCopy full SHA for 8b3184c
Week3/MAKEME.md
@@ -90,13 +90,6 @@ You could use this skeleton as overall design for your code in `app.js`:
90
fetchContributors() {
91
// Add your code here
92
}
93
-
94
- /**
95
- * Returns the name of the repository
96
- */
97
- name() {
98
- // Add your code here
99
- }
100
101
102
class Contributor {
@@ -163,7 +156,7 @@ You could use this skeleton as overall design for your code in `app.js`:
163
156
164
157
165
158
166
- window.onload = new View();
159
+ window.onload = () => new View();
167
160
168
161
```
169
162
0 commit comments