Skip to content

Commit 73d3565

Browse files
committed
Corrected the spelling by separating the two words "to" & "prepend" in Q4 under collections.md
1 parent 5c5884a commit 73d3565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To remove the elements from the end of the array `pop` operation can be used but
142142
<br />
143143

144144
#### Q4
145-
### Write a program toprepend a single or multiple values in to an array
145+
### Write a program to prepend a single or multiple values in to an array
146146

147147
- Values to the array can be prepended using `unshift` method of array
148148

0 commit comments

Comments
 (0)