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

implement_map_with_reduce Boiler Plate is Incorrect #204

Open
MeetJoshi0 opened this issue Oct 7, 2020 · 1 comment
Open

implement_map_with_reduce Boiler Plate is Incorrect #204

MeetJoshi0 opened this issue Oct 7, 2020 · 1 comment

Comments

@MeetJoshi0
Copy link

MeetJoshi0 commented Oct 7, 2020

boiler plate Provided is :

-function` arrayMap(arr, fn) {
  //SOLUTION GOES HERE
}

module.exports = arrayMap;


+function arrayMap(arr, fn,thisArg) {
  //SOLUTION GOES HERE
}

module.exports = arrayMap;
@MeetJoshi0
Copy link
Author

i have created pull request so please do review it.

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

1 participant