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

Array.map((...item)=>{}) #1075

Closed
u0024window opened this Issue Jan 24, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@u0024window

u0024window commented Jan 24, 2018

var a = [{a:1,b:2},{a:1,b:2}];
a.map((...item)=>b);
why not can do this?
how do the same action?

@michaelficarra

This comment has been minimized.

Show comment
Hide comment
@michaelficarra

michaelficarra Jan 24, 2018

Member

This is not the appropriate place for this. See CONTRIBUTING.md. You may want to try Stack Overflow or something.

Member

michaelficarra commented Jan 24, 2018

This is not the appropriate place for this. See CONTRIBUTING.md. You may want to try Stack Overflow or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment