awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonschlinkert avatar

jonschlinkert/array-last

0
View on GitHub↗
33 stars·14 forks·JavaScript·MIT·2 viewsgithub.com/jonschlinkert↗

Array Last

Return the last element in an array. Faster than .slice

Features

  • Array Utilities - Retrieves the last element of an array.

Star history

Star history chart for jonschlinkert/array-lastStar history chart for jonschlinkert/array-last

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Array Last

Similar open-source projects, ranked by how many features they share with Array Last.
  • doowb/group-arraydoowb avatar

    doowb/group-array

    66View on GitHub↗

    Group array of objects into lists.

    JavaScript
    View on GitHub↗66
  • ehmicky/fast-cartesianehmicky avatar

    ehmicky/fast-cartesian

    73View on GitHub↗

    Fast cartesian product

    TypeScript
    View on GitHub↗73
  • johnwquarles/mirrarrayjohnwquarles avatar

    johnwquarles/mirrarray

    5View on GitHub↗

    NPM module for creating a keymirror object from an array of strings

    JavaScript
    View on GitHub↗5
  • dcousens/is-sorteddcousens avatar

    dcousens/is-sorted

    24View on GitHub↗

    A small module to check if an Array is sorted

    JavaScript
    View on GitHub↗24
See all 15 alternatives to Array Last→

Frequently asked questions

What does jonschlinkert/array-last do?

Return the last element in an array. Faster than .slice

What are the main features of jonschlinkert/array-last?

The main features of jonschlinkert/array-last are: Array Utilities.

What are some open-source alternatives to jonschlinkert/array-last?

Open-source alternatives to jonschlinkert/array-last include: doowb/group-array — Group array of objects into lists. ehmicky/fast-cartesian — Fast cartesian product. johnwquarles/mirrarray — NPM module for creating a keymirror object from an array of strings. jonschlinkert/arr-diff — Returns an array with only the unique values from all given arrays using strict equality for comparisons. jonschlinkert/arr-flatten — Recursively flatten an array or arrays. This is the fastest implementation of array flatten. dcousens/is-sorted — A small module to check if an Array is sorted.