Skip to content

completed MVP#1

Merged
ielvisd merged 1 commit intomasterfrom
Miguel-Diaz
Jan 23, 2019
Merged

completed MVP#1
ielvisd merged 1 commit intomasterfrom
Miguel-Diaz

Conversation

@diaz4674
Copy link
Copy Markdown
Owner

@diaz4674 diaz4674 commented Jan 19, 2019

Completed MVP

@diaz4674 diaz4674 requested a review from ielvisd January 19, 2019 19:52
Copy link
Copy Markdown
Collaborator

@ielvisd ielvisd left a comment

Choose a reason for hiding this comment

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

Great Job on all the array methods. I'm going to merge the branch but take a look at my comment for the callback problem.

// Pass true to the callback if it is, otherwise pass false.
for (let i =0; i < item.length; i++) {

if (item[i] === list[i]){
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

your checking if every item in items is equal to every item in lists which isn't what the comment is asking for here. you're supposed to check if an item is present in lists. So you'd be passing in Pencil for example that should return true but Apple would return false.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Ok I see what you mean, I misunderstood the question. Thank you for clarifying it, I have viewed it and corrected it.

@ielvisd ielvisd merged commit 36b7b4e into master Jan 23, 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