Skip to content

Commit adcef07

Browse files
authoredDec 2, 2024
Update task.md
1 parent 8447d0c commit adcef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ This file contains the tasks that you need to perform to practise the concepts l
2525
- [ ] **T-017**: Create an Array of alphanumeric strings. Sort the elements in both ascending and descending orders. You must be doing this in an immutable way such that the source array never gets modified.
2626
- [ ] **T-018**: Can you give examples of sparse and dense arrays?
2727
- [ ] **T-019**: Give a practical usages of the .fill() method
28-
- [ ] **T-020**: How to convert and array to a string?
28+
- [ ] **T-020**: How to convert an array to a string?

0 commit comments

Comments
 (0)
Please sign in to comment.