Pregunta

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.

¿Fue útil?

Solución

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.

Otros consejos

Check out underscore.js

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top