Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.first #3

Closed
canid opened this issue Mar 8, 2013 · 1 comment
Closed

.first #3

canid opened this issue Mar 8, 2013 · 1 comment
Assignees

Comments

@canid
Copy link
Collaborator

canid commented Mar 8, 2013

Still on the multidimensional array stuf. .first() doesn't chain with itself.
_.first([foo, bar, baznutz]) or
_.chain().first([foo, bar, baznutz]).end()
returns foo, but
_.chain().first([[foo, bar, baznutz], pork, bork]).end()
returns [foo, bar, baznutz].

@ghost ghost assigned Xaxis Mar 8, 2013
@Xaxis
Copy link
Owner

Xaxis commented Mar 28, 2013

Let's not do bug test any methods in a chain just yet. Let's test methods in a standalone fashion first.

@Xaxis Xaxis closed this as completed Mar 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants