Skip to content

Completed callback assignment, have to go back to the last function - #1

Merged
Dilstom merged 5 commits into
masterfrom
priya-vaidya
Apr 5, 2019
Merged

Completed callback assignment, have to go back to the last function#1
Dilstom merged 5 commits into
masterfrom
priya-vaidya

Conversation

@pvaidya56

Copy link
Copy Markdown
Owner

No description provided.

@pvaidya56
pvaidya56 requested a review from Dilstom April 5, 2019 01:44
Comment thread assignments/callbacks.js
contains('Pen', items, function(result){
console.log(result);
});

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.

great job, Priya!

@Dilstom
Dilstom self-requested a review April 5, 2019 03:01
let ticketPriceTotal = [];
ticketPriceTotal = runners.reduce(function(total, runner) {
return (total += runner.donation);
}, 0);

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.

good work!

@Dilstom
Dilstom merged commit b13b10b into master Apr 5, 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