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

Skip to content

Commit f82ebbd

Browse files
committed
added sorting of repo names to the assignment
1 parent dda0a47 commit f82ebbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Week3/MAKEME.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ _Deadline Thursday_
2525

2626
- Fix the issues from the last weeks and make sure you explain how you fixed the issue in a comment (or commit message)
2727

28-
## Step 4: async/await
28+
## Step 4
2929

3030
_Deadline Wednesday_
3131

32-
Refactor your app to replace `.then()` and `.catch()` with `async`/`await` and `try...catch`
32+
- 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`.
3334

3435
Read:
3536

0 commit comments

Comments
 (0)