Skip to content

initial push-Andrew Kolumbic - #7

Closed
AKolumbic wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
AKolumbic:master
Closed

initial push-Andrew Kolumbic#7
AKolumbic wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
AKolumbic:master

Conversation

@AKolumbic

Copy link
Copy Markdown

No description provided.

let emailList = [];

runners.forEach((a) => {
emailList.push(a.email);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

👍 Closure

// Problem 2 (List Donations above $200)

let ballerDonations = runners.filter((a) => {
return a.donation >= 200;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This might have just been greater than 200 from the wording but composition and execution are solid.

// Problem 3 (Change All Company Names to google )

// Problem 2
let googleTakeover = runners.map((a) => {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Best example ever.

Comment thread assignments/closure.js
// `increment` should increment a counter variable in closure scope and return it.
// `decrement` should decrement the counter variable and return it.

const counterFactory = () => {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perfect.

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I don't see anything new to say since yesterday, keep up the great work. 💯

@mixelpixel mixelpixel closed this May 21, 2018
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