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 6d95c62 commit 523ddfdCopy full SHA for 523ddfd
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