You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are numerous methods on javascript's Array prototype that can be done lazily in an XRange without having to convert to an array first. It would be really useful to add some of these methods, such as reduce, filter, indexOf, etc.
The text was updated successfully, but these errors were encountered:
There are numerous methods on javascript's
Array
prototype that can be done lazily in an XRange without having to convert to an array first. It would be really useful to add some of these methods, such asreduce
,filter
,indexOf
, etc.The text was updated successfully, but these errors were encountered: