You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: task.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ This file contains the tasks that you need to perform to practise the concepts l
25
25
-[ ]**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.
26
26
-[ ]**T-018**: Can you give examples of sparse and dense arrays?
27
27
-[ ]**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