* Similarly, my goals are not to provide feature parity, such as with ``ExtensionsJS.Array`` extensions, which draws from concepts found through [LINQ](http://msdn.microsoft.com/en-us/library/bb397926.aspx), specifically, [Enumerable](http://msdn.microsoft.com/en-us/library/system.linq.enumerable.aspx) extension methods. Although there will be similar concepts, some concessions must be made to cooperate with the underlying JavaScript features. For instance, instead of ``select`` being the name for [Enumerable.Select](http://msdn.microsoft.com/en-us/library/system.linq.enumerable.select.aspx) analog, I chose instead to name this ``project``, so as not to conflict the already several such function names, whose result is the projection of the array.
0 commit comments