Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation for
slice 0 -1
`pop()` in JavaScript returns the popped of element and not the shortened array. Clarify that `slice 0 -1` actually returns the array without the last element.
- Loading branch information