Skip to content

Done#13

Open
dataluxe wants to merge 2 commits into
codefellows-seattle-javascript-401d19:masterfrom
dataluxe:master
Open

Done#13
dataluxe wants to merge 2 commits into
codefellows-seattle-javascript-401d19:masterfrom
dataluxe:master

Conversation

@dataluxe
Copy link
Copy Markdown

No description provided.

Comment thread lab-phelan/lib/fp.js
@@ -0,0 +1,43 @@
'use strict';

//map, filter, reduce, slice
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please delete these comments before submission

Comment thread lab-phelan/lib/fp.js
return Array.prototype.slice.call(collection, begin, end);
};

module.exports = Fp;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're already exporting fp on line 5, you don't need to be doing it here as well.

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