Help

Frequently asked questions and other useful tidbits.

Array Filters

Updated on April 16th, 2008

size(array)

Returns the size of an array.

join(array, connector)

Joins elements of an array with a connector.

Options

  • connector (’ ‘ by default)

{{ options | join: ', ' }} # => "Small, Medium, Large"

sort(array)

Sorts the elements of an array.

first(array)

Returns the first element of an array.

last(array)

Returns the last element of an array.

Contact

Can’t find an answer to your question? No worries, we’re here to help.