Linq has a convenient operator method called Take() to return a given number of elements in anything that implements IEnumerable. Is there anything similar in jQuery for working with arrays?
Or, asked differently: how can I truncate an array in Javascript?