We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62c4fb9 + 34c0a5a commit 4ab4223Copy full SHA for 4ab4223
1-js/05-data-types/04-array/article.md
@@ -113,7 +113,7 @@ There's another use case for arrays -- the data structure named [stack](https://
113
It supports two operations:
114
115
- `push` adds an element to the end.
116
-- `pop` takes an element to the end.
+- `pop` takes an element from the end.
117
118
So new elements are added or taken always from the "end".
119
0 commit comments