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 dda0a47 commit f82ebbdCopy full SHA for f82ebbd
Week3/MAKEME.md
@@ -25,11 +25,12 @@ _Deadline Thursday_
25
26
- Fix the issues from the last weeks and make sure you explain how you fixed the issue in a comment (or commit message)
27
28
-## Step 4: async/await
+## Step 4
29
30
_Deadline Wednesday_
31
32
-Refactor your app to replace `.then()` and `.catch()` with `async`/`await` and `try...catch`
+- Sort the list the repositories in the `<select>` by name (case-insensitive).
33
+- Refactor your app to replace `.then()` and `.catch()` with `async`/`await` and `try...catch`.
34
35
Read:
36
0 commit comments