Browse Source

adds order of sorting

content-update
Augusto 5 years ago committed by Christopher Fremond
parent
commit
f6c37e520a
  1. 2
      subjects/sortwordarr.en.md

2
subjects/sortwordarr.en.md

@ -2,7 +2,7 @@
### Instructions
Write a function `SortWordArr` that sorts by `ascii` a `string` array.
Write a function `SortWordArr` that sorts by `ascii` (in ascending order) a `string` array.
### Expected function

Loading…
Cancel
Save