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

Exercise 18 possible bug. The answer shown returns an object to apply… #129

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

richTheCreator
Copy link

… .map() to, which will not execute. I placed the two return statements for acc and curr inside an array. So it now is : return [acc] , return [curr]. Which map will then iterate on. Tried using the RxJS and underscore library with your current code, but neither would execute .map on an object.

… .map() to, which will not execute. I placed the two return statements for acc and curr inside an array. So it now is : return [acc] , return [curr]. Which map will then iterate on. Tried using the RxJS and underscore library with your current code, but neither would execute .map on an object.
@richTheCreator
Copy link
Author

Exercise 18 possible syntax error.

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.

1 participant