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

resources: Create efficient javascript arrays resource #91

Merged
merged 1 commit into from
Oct 7, 2019
Merged

resources: Create efficient javascript arrays resource #91

merged 1 commit into from
Oct 7, 2019

Conversation

junlarsen
Copy link
Contributor

@junlarsen junlarsen commented Sep 15, 2019

I wrote a tiny article with examples of how Array.filter, .reduce and .map can be used (#87)

@veksen
Copy link
Collaborator

veksen commented Sep 16, 2019

This should be merged with https://github.com/the-programmers-hangout/website/blob/master/src/content/resources/javascript/iterative-vs-functional.md

Additionally, I started some extra writeup for that same article, maybe merge our work together?

@junlarsen
Copy link
Contributor Author

Sure, I wasn't sure whether that article was for function vs iterative concepts or the functions themselves. I'll merge the articles together later.

@junlarsen
Copy link
Contributor Author

junlarsen commented Sep 19, 2019

I added a bit more to some of the existing points and fixed the order of the examples and added what they'd evaluate to.

I'll write up something for the rest of the article tomorrow.

@veksen
Copy link
Collaborator

veksen commented Oct 6, 2019

I'll be merging this today and we can iterate over it :) sorry for the delay!

@veksen veksen merged commit 840ad6c into the-programmers-hangout:master Oct 7, 2019
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

Successfully merging this pull request may close these issues.

2 participants