Skip to content

Commit 76bf5ec

Browse files
authored
Corrected Grammar
1 parent 79356bb commit 76bf5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/04-array/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For stacks, the latest pushed item is received first, that's also called LIFO (L
123123

124124
Arrays in JavaScript can work both as a queue and as a stack. They allow you to add/remove elements both to/from the beginning or the end.
125125

126-
In computer science the data structure that allows it is called [deque](https://en.wikipedia.org/wiki/Double-ended_queue).
126+
In computer science the data structure that allows this, is called [deque](https://en.wikipedia.org/wiki/Double-ended_queue).
127127

128128
**Methods that work with the end of the array:**
129129

0 commit comments

Comments
 (0)