Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the best javascript array library/utility/extensions? [closed]

I've been using the dojo array utilties, but I'm not entirely happy with the limited number of features. Is there any really extensive well-written javascript array utility library or extension?

I'd be hoping for something similar in scope to the collections extension in the C# API.

like image 900
Greg Avatar asked Mar 22 '12 22:03

Greg


2 Answers

Check out underscore.js

like image 74
kendaleiv Avatar answered Nov 15 '22 09:11

kendaleiv


I'd be hoping for something similar to the collection extension in the C# API.

Not sure exactly what you mean by "array utility/extension", but LINQ for JavaScript looks pretty cool. It implements many of the collection-related extension methods found in .NET.

like image 24
Tim M. Avatar answered Nov 15 '22 07:11

Tim M.