Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 91c9d46

Browse files
Update README.md
1 parent af4d5fd commit 91c9d46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎exercises/10-Array-Methods/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
tutorial: "https://www.youtube.com/watch?v=jBXve_vh7dU"
33
---
44

5-
65
# `10` List Methods
76

87
## 📝 Instructions:
98

109
1. Write a function called `sort_names` that, given a list of names, returns them in alphabetical order.
1110

12-
## 💡 Hint
11+
## 💡 Hints:
1312

14-
+ Every list comes with default functions that allows sorting- use it inside your function!
13+
+ Every list comes with default functions that allow sorting- use it inside your function!
1514

1615
+ Stuck on sorting? Read W3 Schools page on sorting lists:
1716

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /