Run node readme
to update this file.
- Find the last element of a list
- Find the penultimate element of a list
- Find the element at N of a list. First element is 1
- Find the length of a list
- Reverse a list
- Find out if a list is a palindome
- Flatten a nested list structure
- Eliminate consecutive duplicates of list elements
- Pack consecutive duplicates of list elements into sublists
- Run-length encoding
- Modified run-length encoding
- Decode run-length encoding
- Run-length encoding direct
- Duplicate the elements of a list
- Replicated the elements of a list n times
- Drop every nth item from a list
- Split a list into two parts, first part given length
- Extract a slice from the list
- Rotate a list n places to the left
- Returns a list without the nth item